Html Css Color HEX #698332 Olive Drab

📋 copy color: '#698332'

red 105 ◦ green 131 ◦ blue 50

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

Shades of Olive Drab #698332

Tints of Olive Drab #698332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.8%

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 36.71%
G = 45.8%
B = 17.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#698332 (or 0x698332) is known color: Olive Drab. HEX triplet: 69, 83 and 32. RGB value is (105,131,50). Sum of RGB (Red+Green+Blue) = 105+131+50=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #698332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698332 is #967CCD. Grayscale: #727272. Windows color (decimal): -9862350 or 3310441. OLE color: 3310441.

HSL color Cylindrical-coordinate representation of color #698332: hue angle of 79.26º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #698332 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 131 50 -
CMYK 0.20 0 0.62 0.49
HSL 79.26º 0.45% 0.35% -
HSV(B) 79.26º 0.62% 0.51% -
XYZ 14.52 19.47 6.01 -
YUV 113.99 91.89 121.59 -
System Red Green Blue C M Y K H S L
Decimal 105 131 50 0.20 0 0.62 0.49 79.26 0.45 0.35
Hex 69 83 32 14 0 3E 31 4F 2D 23
Octal 151 203 62 24 0 76 61 117 55 43
Binary 1101001 10000011 110010 10100 0 111110 110001 1001111 101101 100011

Color Harmonies of #698332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698332

Black with #698332

Text Example


Text Example

White with #698332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698332; }

 p { color: rgb(105,131,50); }

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

background-color css

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

 a { background-color: rgb(105,131,50); }

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

border-color css

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

 span { border-color: rgb(105,131,50); }

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