#699E19

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

Shades of Christi #699E19

Tints of Christi #699E19

Color information

#699E19 (or 0x699E19) is unknown color: approx Christi. HEX triplet: 69, 9E and 19. RGB value is (105,158,25). Sum of RGB (Red+Green+Blue) = 105+158+25=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 158 (62.11% from 255 or 54.86% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 158 - color contains mainly: green. Hex color #699E19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699E19 is #9661E6. Grayscale: #7F7F7F. Windows color (decimal): -9855463 or 1678953. OLE color: 1678953.

HSL color Cylindrical-coordinate representation of color #699E19: hue angle of 83.91º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #699E19 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB10515825-
CMYK0.3400.840.38
HSL83.91º72.68%35.88%-
HSV(B)83.91º84.18%61.96%-
XYZ18.2327.535.27-
YUV126.9970.44112.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 158 (62.11% from 255) = 54.86%
BLUE value IS 25 (10.16% from 255) = 8.68%
R=36.46%
G=54.86%
B=8.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105158250.3400.840.3883.9172.6835.88
Hex699E192205426544924
Octal151236314201244612411144
Binary110100110011110110011000100101010010011010101001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,158,25); }

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

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

 a { background-color: rgb(105,158,25); }

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

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

 span { border-color: rgb(105,158,25); }

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