Html Css Color HEX #699004 Olive Drab

📋 copy color: '#699004'

red 105 ◦ green 144 ◦ blue 4

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

Shades of Olive Drab #699004

Tints of Olive Drab #699004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.92%

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

R = 41.5%
G = 56.92%
B = 1.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#699004 (or 0x699004) is known color: Olive Drab. HEX triplet: 69, 90 and 04. RGB value is (105,144,4). Sum of RGB (Red+Green+Blue) = 105+144+4=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #699004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699004 is #966FFB. Grayscale: #747474. Windows color (decimal): -9859068 or 299113. OLE color: 299113.

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

Color convert

RGB 105 144 4 -
CMYK 0.27 0 0.97 0.44
HSL 76.71º 0.95% 0.29% -
HSV(B) 76.71º 0.97% 0.56% -
XYZ 15.82 22.96 3.71 -
YUV 116.38 64.58 119.88 -
System Red Green Blue C M Y K H S L
Decimal 105 144 4 0.27 0 0.97 0.44 76.71 0.95 0.29
Hex 69 90 4 1B 0 61 2C 4D 5F 1D
Octal 151 220 4 33 0 141 54 115 137 35
Binary 1101001 10010000 100 11011 0 1100001 101100 1001101 1011111 11101

Color Harmonies of #699004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699004

Black with #699004

Text Example


Text Example

White with #699004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699004; }

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

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

background-color css

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

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

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

border-color css

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

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

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