#669B10

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

Shades of Christi #669B10

Tints of Christi #669B10

Color information

#669B10 (or 0x669B10) is unknown color: approx Christi. HEX triplet: 66, 9B and 10. RGB value is (102,155,16). Sum of RGB (Red+Green+Blue) = 102+155+16=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #669B10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669B10 is #9964EF. Grayscale: #7B7B7B. Windows color (decimal): -10052848 or 1088358. OLE color: 1088358.

HSL color Cylindrical-coordinate representation of color #669B10: hue angle of 82.88º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #669B10 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB10215516-
CMYK0.3400.900.39
HSL82.88º81.29%33.53%-
HSV(B)82.88º89.68%60.78%-
XYZ17.2926.34.66-
YUV123.3167.44112.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 155 (60.94% from 255) = 56.78%
BLUE value IS 16 (6.64% from 255) = 5.86%
R=37.36%
G=56.78%
B=5.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102155160.3400.900.3982.8881.2933.53
Hex669B102205A27535122
Octal146233204201324712312142
Binary110011010011011100001000100101101010011110100111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669B10; }

 p { color: rgb(102,155,16); }

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

<style>
 a { background-color: #669B10; }

 a { background-color: rgb(102,155,16); }

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

<style>
 span { border-color: #669B10; }

 span { border-color: rgb(102,155,16); }

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