#699D16

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

Shades of Christi #699D16

Tints of Christi #699D16

Color information

#699D16 (or 0x699D16) is unknown color: approx Christi. HEX triplet: 69, 9D and 16. RGB value is (105,157,22). Sum of RGB (Red+Green+Blue) = 105+157+22=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #699D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699D16 is #9662E9. Grayscale: #7E7E7E. Windows color (decimal): -9855722 or 1482089. OLE color: 1482089.

HSL color Cylindrical-coordinate representation of color #699D16: hue angle of 83.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #699D16 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB10515722-
CMYK0.3300.860.38
HSL83.11º75.42%35.1%-
HSV(B)83.11º85.99%61.57%-
XYZ18.0327.185.05-
YUV126.0669.27112.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 157 (61.72% from 255) = 55.28%
BLUE value IS 22 (8.98% from 255) = 7.75%
R=36.97%
G=55.28%
B=7.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105157220.3300.860.3883.1175.4235.1
Hex699D162105626534b23
Octal151235264101264612311343
Binary110100110011101101101000010101011010011010100111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699D16; }

 p { color: rgb(105,157,22); }

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

<style>
 a { background-color: #699D16; }

 a { background-color: rgb(105,157,22); }

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

<style>
 span { border-color: #699D16; }

 span { border-color: rgb(105,157,22); }

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