Html Css Color HEX #698327 Olive Drab

📋 copy color: '#698327'

red 105 ◦ green 131 ◦ blue 39

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

Shades of Olive Drab #698327

Tints of Olive Drab #698327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.18%

R = 38.18%
G = 47.64%
B = 14.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#698327 (or 0x698327) is known color: Olive Drab. HEX triplet: 69, 83 and 27. RGB value is (105,131,39). Sum of RGB (Red+Green+Blue) = 105+131+39=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #698327 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698327 is #967CD8. Grayscale: #717171. Windows color (decimal): -9862361 or 2589545. OLE color: 2589545.

HSL color Cylindrical-coordinate representation of color #698327: hue angle of 76.96º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #698327 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 131 39 -
CMYK 0.20 0 0.70 0.49
HSL 76.96º 0.54% 0.33% -
HSV(B) 76.96º 0.7% 0.51% -
XYZ 14.31 19.38 4.91 -
YUV 112.74 86.39 122.48 -
System Red Green Blue C M Y K H S L
Decimal 105 131 39 0.20 0 0.70 0.49 76.96 0.54 0.33
Hex 69 83 27 14 0 46 31 4D 36 21
Octal 151 203 47 24 0 106 61 115 66 41
Binary 1101001 10000011 100111 10100 0 1000110 110001 1001101 110110 100001

Color Harmonies of #698327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698327

Black with #698327

Text Example


Text Example

White with #698327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698327; }

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

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

background-color css

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

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

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

border-color css

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

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

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