Html Css Color HEX #698624 Olive Drab

📋 copy color: '#698624'

red 105 ◦ green 134 ◦ blue 36

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

Shades of Olive Drab #698624

Tints of Olive Drab #698624

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.73%

 BLUE value IS 36 (14.45% from 255) = 13.09%

R = 38.18%
G = 48.73%
B = 13.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#698624 (or 0x698624) is known color: Olive Drab. HEX triplet: 69, 86 and 24. RGB value is (105,134,36). Sum of RGB (Red+Green+Blue) = 105+134+36=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #698624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698624 is #9679DB. Grayscale: #727272. Windows color (decimal): -9861596 or 2393705. OLE color: 2393705.

HSL color Cylindrical-coordinate representation of color #698624: hue angle of 77.76º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #698624 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 134 36 -
CMYK 0.22 0 0.73 0.47
HSL 77.76º 0.58% 0.33% -
HSV(B) 77.76º 0.73% 0.53% -
XYZ 14.67 20.18 4.79 -
YUV 114.16 83.89 121.47 -
System Red Green Blue C M Y K H S L
Decimal 105 134 36 0.22 0 0.73 0.47 77.76 0.58 0.33
Hex 69 86 24 16 0 49 2F 4E 3A 21
Octal 151 206 44 26 0 111 57 116 72 41
Binary 1101001 10000110 100100 10110 0 1001001 101111 1001110 111010 100001

Color Harmonies of #698624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698624

Black with #698624

Text Example


Text Example

White with #698624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698624; }

 p { color: rgb(105,134,36); }

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

background-color css

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

 a { background-color: rgb(105,134,36); }

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

border-color css

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

 span { border-color: rgb(105,134,36); }

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