Html Css Color HEX #698325 Olive Drab

📋 copy color: '#698325'

red 105 ◦ green 131 ◦ blue 37

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

Shades of Olive Drab #698325

Tints of Olive Drab #698325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 38.46%
G = 47.99%
B = 13.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#698325 (or 0x698325) is known color: Olive Drab. HEX triplet: 69, 83 and 25. RGB value is (105,131,37). Sum of RGB (Red+Green+Blue) = 105+131+37=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #698325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698325 is #967CDA. Grayscale: #707070. Windows color (decimal): -9862363 or 2458473. OLE color: 2458473.

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

Color convert

RGB 105 131 37 -
CMYK 0.20 0 0.72 0.49
HSL 76.6º 0.56% 0.33% -
HSV(B) 76.6º 0.72% 0.51% -
XYZ 14.28 19.37 4.74 -
YUV 112.51 85.39 122.64 -
System Red Green Blue C M Y K H S L
Decimal 105 131 37 0.20 0 0.72 0.49 76.6 0.56 0.33
Hex 69 83 25 14 0 48 31 4D 38 21
Octal 151 203 45 24 0 110 61 115 70 41
Binary 1101001 10000011 100101 10100 0 1001000 110001 1001101 111000 100001

Color Harmonies of #698325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698325

Black with #698325

Text Example


Text Example

White with #698325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698325; }

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

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

background-color css

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

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

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

border-color css

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

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

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