#669D07

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

Shades of Christi #669D07

Tints of Christi #669D07

Color information

#669D07 (or 0x669D07) is unknown color: approx Christi. HEX triplet: 66, 9D and 07. RGB value is (102,157,7). Sum of RGB (Red+Green+Blue) = 102+157+7=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 157 (61.72% from 255 or 59.02% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 157 - color contains mainly: green. Hex color #669D07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669D07 is #9962F8. Grayscale: #7B7B7B. Windows color (decimal): -10052345 or 499046. OLE color: 499046.

HSL color Cylindrical-coordinate representation of color #669D07: hue angle of 82º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #669D07 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB1021577-
CMYK0.3500.960.38
HSL82º91.46%32.16%-
HSV(B)82º95.54%61.57%-
XYZ17.5726.954.48-
YUV123.4562.28112.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 157 (61.72% from 255) = 59.02%
BLUE value IS 7 (3.12% from 255) = 2.63%
R=38.35%
G=59.02%
B=2.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10215770.3500.960.388291.4632.16
Hex669D72306026525b20
Octal14623574301404612213340
Binary1100110100111011111000110110000010011010100101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,157,7); }

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

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

 a { background-color: rgb(102,157,7); }

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

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

 span { border-color: rgb(102,157,7); }

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