#699F15

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

Shades of Christi #699F15

Tints of Christi #699F15

Color information

#699F15 (or 0x699F15) is unknown color: approx Christi. HEX triplet: 69, 9F and 15. RGB value is (105,159,21). Sum of RGB (Red+Green+Blue) = 105+159+21=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #699F15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699F15 is #9660EA. Grayscale: #7F7F7F. Windows color (decimal): -9855211 or 1417065. OLE color: 1417065.

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

Color convert

RGB10515921-
CMYK0.3400.870.38
HSL83.48º76.67%35.29%-
HSV(B)83.48º86.79%62.35%-
XYZ18.3627.855.12-
YUV127.1268.11112.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 159 (62.5% from 255) = 55.79%
BLUE value IS 21 (8.59% from 255) = 7.37%
R=36.84%
G=55.79%
B=7.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105159210.3400.870.3883.4876.6735.29
Hex699F152205726534d23
Octal151237254201274612311543
Binary110100110011111101011000100101011110011010100111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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