#669C10

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

Shades of Christi #669C10

Tints of Christi #669C10

Color information

#669C10 (or 0x669C10) is unknown color: approx Christi. HEX triplet: 66, 9C and 10. RGB value is (102,156,16). Sum of RGB (Red+Green+Blue) = 102+156+16=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #669C10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669C10 is #9963EF. Grayscale: #7C7C7C. Windows color (decimal): -10052592 or 1088614. OLE color: 1088614.

HSL color Cylindrical-coordinate representation of color #669C10: hue angle of 83.14º 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 #669C10 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB10215616-
CMYK0.3500.900.39
HSL83.14º81.4%33.73%-
HSV(B)83.14º89.74%61.18%-
XYZ17.4626.644.71-
YUV123.8967.11112.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.23%
GREEN value IS 156 (61.33% from 255) = 56.93%
BLUE value IS 16 (6.64% from 255) = 5.84%
R=37.23%
G=56.93%
B=5.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102156160.3500.900.3983.1481.433.73
Hex669C102305A27535122
Octal146234204301324712312142
Binary110011010011100100001000110101101010011110100111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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