#699F04

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

Shades of Christi #699F04

Tints of Christi #699F04

Color information

#699F04 (or 0x699F04) is unknown color: approx Christi. HEX triplet: 69, 9F and 04. RGB value is (105,159,4). Sum of RGB (Red+Green+Blue) = 105+159+4=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 159 (62.5% from 255 or 59.33% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 159 - color contains mainly: green. Hex color #699F04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699F04 is #9660FB. Grayscale: #7D7D7D. Windows color (decimal): -9855228 or 302953. OLE color: 302953.

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

Color convert

RGB1051594-
CMYK0.3400.970.38
HSL80.9º95.09%31.96%-
HSV(B)80.9º97.48%62.35%-
XYZ18.2527.814.52-
YUV125.1859.61113.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 159 (62.5% from 255) = 59.33%
BLUE value IS 4 (1.95% from 255) = 1.49%
R=39.18%
G=59.33%
B=1.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10515940.3400.970.3880.995.0931.96
Hex699F42206126515f20
Octal15123744201414612113740
Binary1101001100111111001000100110000110011010100011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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