#669B0D

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

Shades of Christi #669B0D

Tints of Christi #669B0D

Color information

#669B0D (or 0x669B0D) is unknown color: approx Christi. HEX triplet: 66, 9B and 0D. RGB value is (102,155,13). Sum of RGB (Red+Green+Blue) = 102+155+13=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 155 (60.94% from 255 or 57.41% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 155 - color contains mainly: green. Hex color #669B0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669B0D is #9964F2. Grayscale: #7B7B7B. Windows color (decimal): -10052851 or 891750. OLE color: 891750.

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

Color convert

RGB10215513-
CMYK0.3400.920.39
HSL82.39º84.52%32.94%-
HSV(B)82.39º91.61%60.78%-
XYZ17.2726.34.55-
YUV122.9665.94113.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 155 (60.94% from 255) = 57.41%
BLUE value IS 13 (5.47% from 255) = 4.81%
R=37.78%
G=57.41%
B=4.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102155130.3400.920.3982.3984.5232.94
Hex669BD2205C27525521
Octal146233154201344712212541
Binary11001101001101111011000100101110010011110100101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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