#69BC09

Color #69BC09 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #69BC09

Tints of Christi #69BC09

Color information

#69BC09 (or 0x69BC09) is unknown color: approx Christi. HEX triplet: 69, BC and 09. RGB value is (105,188,9). Sum of RGB (Red+Green+Blue) = 105+188+9=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69BC09 is #9643F6. Grayscale: #8F8F8F. Windows color (decimal): -9847799 or 638057. OLE color: 638057.

HSL color Cylindrical-coordinate representation of color #69BC09: hue angle of 87.82º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69BC09 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB1051889-
CMYK0.4400.950.26
HSL87.82º90.86%38.63%-
HSV(B)87.82º95.21%73.73%-
XYZ23.8638.996.53-
YUV142.7852.5101.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 188 (73.83% from 255) = 62.25%
BLUE value IS 9 (3.91% from 255) = 2.98%
R=34.77%
G=62.25%
B=2.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10518890.4400.950.2687.8290.8638.63
Hex69BC92C05F1A585b27
Octal151274115401373213013347
Binary1101001101111001001101100010111111101010110001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69BC09; }

 p { color: rgb(105,188,9); }

 H1.HeaderClassName
 {
   color: #69BC09;
 }
 .AnyTagClassName
 {
   color: #69BC09;
 }
</style>
background-color css

<style>
 a { background-color: #69BC09; }

 a { background-color: rgb(105,188,9); }

 div.DivClassName
 {
   background-color: #69BC09;
 }
 .BgClassName
 {
   background-color: #69BC09;
 }
</style>
border-color css

<style>
 span { border-color: #69BC09; }

 span { border-color: rgb(105,188,9); }

 td.TdClassName
 {
   border-color: #69BC09;
 }
 .TagClassName
 {
   border-color: #69BC09;
 }
</style>