Html Css Color HEX #699504 Olive Drab

📋 copy color: '#699504'

red 105 ◦ green 149 ◦ blue 4

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

Shades of Olive Drab #699504

Tints of Olive Drab #699504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.75%

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

R = 40.7%
G = 57.75%
B = 1.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#699504 (or 0x699504) is known color: Olive Drab. HEX triplet: 69, 95 and 04. RGB value is (105,149,4). Sum of RGB (Red+Green+Blue) = 105+149+4=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #699504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699504 is #966AFB. Grayscale: #777777. Windows color (decimal): -9857788 or 300393. OLE color: 300393.

HSL color Cylindrical-coordinate representation of color #699504: hue angle of 78.21º 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 #699504 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 4 -
CMYK 0.30 0 0.97 0.42
HSL 78.21º 0.95% 0.3% -
HSV(B) 78.21º 0.97% 0.58% -
XYZ 16.6 24.51 3.97 -
YUV 119.31 62.92 117.79 -
System Red Green Blue C M Y K H S L
Decimal 105 149 4 0.30 0 0.97 0.42 78.21 0.95 0.3
Hex 69 95 4 1E 0 61 2A 4E 5F 1E
Octal 151 225 4 36 0 141 52 116 137 36
Binary 1101001 10010101 100 11110 0 1100001 101010 1001110 1011111 11110

Color Harmonies of #699504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699504

Black with #699504

Text Example


Text Example

White with #699504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699504; }

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

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

background-color css

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

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

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

border-color css

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

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

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