#669B02

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

Shades of Christi #669B02

Tints of Christi #669B02

Color information

#669B02 (or 0x669B02) is unknown color: approx Christi. HEX triplet: 66, 9B and 02. RGB value is (102,155,2). Sum of RGB (Red+Green+Blue) = 102+155+2=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 155 (60.94% from 255 or 59.85% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 155 - color contains mainly: green. Hex color #669B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669B02 is #9964FD. Grayscale: #7A7A7A. Windows color (decimal): -10052862 or 170854. OLE color: 170854.

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

Color convert

RGB1021552-
CMYK0.3400.990.39
HSL80.78º97.45%30.78%-
HSV(B)80.78º98.71%60.78%-
XYZ17.2126.274.22-
YUV121.7160.44113.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 155 (60.94% from 255) = 59.85%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=39.38%
G=59.85%
B=0.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10215520.3400.990.3980.7897.4530.78
Hex669B2220632751611f
Octal14623324201434712114137
Binary11001101001101110100010011000111001111010001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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