#669B15

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

Shades of Christi #669B15

Tints of Christi #669B15

Color information

#669B15 (or 0x669B15) is unknown color: approx Christi. HEX triplet: 66, 9B and 15. RGB value is (102,155,21). Sum of RGB (Red+Green+Blue) = 102+155+21=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #669B15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669B15 is #9964EA. Grayscale: #7C7C7C. Windows color (decimal): -10052843 or 1416038. OLE color: 1416038.

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

Color convert

RGB10215521-
CMYK0.3400.860.39
HSL83.73º76.14%34.51%-
HSV(B)83.73º86.45%60.78%-
XYZ17.3426.324.88-
YUV123.8869.94112.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 155 (60.94% from 255) = 55.76%
BLUE value IS 21 (8.59% from 255) = 7.55%
R=36.69%
G=55.76%
B=7.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102155210.3400.860.3983.7376.1434.51
Hex669B152205627544c23
Octal146233254201264712411443
Binary110011010011011101011000100101011010011110101001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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