Html Css Color HEX #699404 Olive Drab

📋 copy color: '#699404'

red 105 ◦ green 148 ◦ blue 4

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

Shades of Olive Drab #699404

Tints of Olive Drab #699404

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.59%

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

R = 40.86%
G = 57.59%
B = 1.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#699404 (or 0x699404) is known color: Olive Drab. HEX triplet: 69, 94 and 04. RGB value is (105,148,4). Sum of RGB (Red+Green+Blue) = 105+148+4=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #699404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699404 is #966BFB. Grayscale: #777777. Windows color (decimal): -9858044 or 300137. OLE color: 300137.

HSL color Cylindrical-coordinate representation of color #699404: hue angle of 77.92º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #699404 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 4 -
CMYK 0.29 0 0.97 0.42
HSL 77.92º 0.95% 0.3% -
HSV(B) 77.92º 0.97% 0.58% -
XYZ 16.44 24.19 3.92 -
YUV 118.73 63.25 118.21 -
System Red Green Blue C M Y K H S L
Decimal 105 148 4 0.29 0 0.97 0.42 77.92 0.95 0.3
Hex 69 94 4 1D 0 61 2A 4E 5F 1E
Octal 151 224 4 35 0 141 52 116 137 36
Binary 1101001 10010100 100 11101 0 1100001 101010 1001110 1011111 11110

Color Harmonies of #699404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699404

Black with #699404

Text Example


Text Example

White with #699404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699404; }

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

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

background-color css

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

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

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

border-color css

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

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

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