#699F19

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

Shades of Christi #699F19

Tints of Christi #699F19

Color information

#699F19 (or 0x699F19) is unknown color: approx Christi. HEX triplet: 69, 9F and 19. RGB value is (105,159,25). Sum of RGB (Red+Green+Blue) = 105+159+25=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #699F19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699F19 is #9660E6. Grayscale: #808080. Windows color (decimal): -9855207 or 1679209. OLE color: 1679209.

HSL color Cylindrical-coordinate representation of color #699F19: hue angle of 84.18º 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 #699F19 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB10515925-
CMYK0.3400.840.38
HSL84.18º72.83%36.08%-
HSV(B)84.18º84.28%62.35%-
XYZ18.427.875.33-
YUV127.5870.11111.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 159 (62.5% from 255) = 55.02%
BLUE value IS 25 (10.16% from 255) = 8.65%
R=36.33%
G=55.02%
B=8.65%

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
Decimal105159250.3400.840.3884.1872.8336.08
Hex699F192205426544924
Octal151237314201244612411144
Binary110100110011111110011000100101010010011010101001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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