Html Css Color HEX #698637 Olive Drab

📋 copy color: '#698637'

red 105 ◦ green 134 ◦ blue 55

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

Shades of Olive Drab #698637

Tints of Olive Drab #698637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.71%

R = 35.71%
G = 45.58%
B = 18.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#698637 (or 0x698637) is known color: Olive Drab. HEX triplet: 69, 86 and 37. RGB value is (105,134,55). Sum of RGB (Red+Green+Blue) = 105+134+55=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #698637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698637 is #9679C8. Grayscale: #747474. Windows color (decimal): -9861577 or 3638889. OLE color: 3638889.

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

Color convert

RGB 105 134 55 -
CMYK 0.22 0 0.59 0.47
HSL 82.03º 0.42% 0.37% -
HSV(B) 82.03º 0.59% 0.53% -
XYZ 15.04 20.33 6.75 -
YUV 116.32 93.39 119.92 -
System Red Green Blue C M Y K H S L
Decimal 105 134 55 0.22 0 0.59 0.47 82.03 0.42 0.37
Hex 69 86 37 16 0 3B 2F 52 2A 25
Octal 151 206 67 26 0 73 57 122 52 45
Binary 1101001 10000110 110111 10110 0 111011 101111 1010010 101010 100101

Color Harmonies of #698637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698637

Black with #698637

Text Example


Text Example

White with #698637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698637; }

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

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

background-color css

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

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

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

border-color css

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

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

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