#669B13

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

Shades of Christi #669B13

Tints of Christi #669B13

Color information

#669B13 (or 0x669B13) is unknown color: approx Christi. HEX triplet: 66, 9B and 13. RGB value is (102,155,19). Sum of RGB (Red+Green+Blue) = 102+155+19=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 155 (60.94% from 255 or 56.16% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 155 - color contains mainly: green. Hex color #669B13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669B13 is #9964EC. Grayscale: #7C7C7C. Windows color (decimal): -10052845 or 1284966. OLE color: 1284966.

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

Color convert

RGB10215519-
CMYK0.3400.880.39
HSL83.38º78.16%34.12%-
HSV(B)83.38º87.74%60.78%-
XYZ17.3226.314.78-
YUV123.6568.94112.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 155 (60.94% from 255) = 56.16%
BLUE value IS 19 (7.81% from 255) = 6.88%
R=36.96%
G=56.16%
B=6.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102155190.3400.880.3983.3878.1634.12
Hex669B132205827534e22
Octal146233234201304712311642
Binary110011010011011100111000100101100010011110100111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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