Html Css Color HEX #696E04 Olive

📋 copy color: '#696E04'

red 105 ◦ green 110 ◦ blue 4

#696E04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #696E04

Tints of Olive #696E04

RGB

 RED value IS 105 (41.41% from 255) = 47.95%

 GREEN value IS 110 (43.36% from 255) = 50.23%

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 47.95%
G = 50.23%
B = 1.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#696E04 (or 0x696E04) is known color: Olive. HEX triplet: 69, 6E and 04. RGB value is (105,110,4). Sum of RGB (Red+Green+Blue) = 105+110+4=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 110 (43.36% from 255 or 50.23% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 110 - color contains mainly: green. Hex color #696E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696E04 is #9691FB. Grayscale: #606060. Windows color (decimal): -9867772 or 290409. OLE color: 290409.

HSL color Cylindrical-coordinate representation of color #696E04: hue angle of 62.83º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #696E04 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 110 4 -
CMYK 0.05 0 0.96 0.57
HSL 62.83º 0.93% 0.22% -
HSV(B) 62.83º 0.96% 0.43% -
XYZ 11.42 14.16 2.25 -
YUV 96.42 75.84 134.12 -
System Red Green Blue C M Y K H S L
Decimal 105 110 4 0.05 0 0.96 0.57 62.83 0.93 0.22
Hex 69 6E 4 5 0 60 39 3F 5D 16
Octal 151 156 4 5 0 140 71 77 135 26
Binary 1101001 1101110 100 101 0 1100000 111001 111111 1011101 10110

Color Harmonies of #696E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E04

Black with #696E04

Text Example


Text Example

White with #696E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696E04; }

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

 H1.HeaderClassName
 {
   color: #696E04;
 }
 .AnyTagClassName
 {
   color: #696E04;
 }
</style>

background-color css

<style>
 a { background-color: #696E04; }

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

 div.DivClassName
 {
   background-color: #696E04;
 }
 .BgClassName
 {
   background-color: #696E04;
 }
</style>

border-color css

<style>
 span { border-color: #696E04; }

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

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