Html Css Color HEX #698224 Olive Drab

📋 copy color: '#698224'

red 105 ◦ green 130 ◦ blue 36

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

Shades of Olive Drab #698224

Tints of Olive Drab #698224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.97%

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

R = 38.75%
G = 47.97%
B = 13.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#698224 (or 0x698224) is known color: Olive Drab. HEX triplet: 69, 82 and 24. RGB value is (105,130,36). Sum of RGB (Red+Green+Blue) = 105+130+36=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #698224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698224 is #967DDB. Grayscale: #707070. Windows color (decimal): -9862620 or 2392681. OLE color: 2392681.

HSL color Cylindrical-coordinate representation of color #698224: hue angle of 75.96º degrees, saturation: 0.57, 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 #698224 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 36 -
CMYK 0.19 0 0.72 0.49
HSL 75.96º 0.57% 0.33% -
HSV(B) 75.96º 0.72% 0.51% -
XYZ 14.13 19.1 4.61 -
YUV 111.81 85.22 123.14 -
System Red Green Blue C M Y K H S L
Decimal 105 130 36 0.19 0 0.72 0.49 75.96 0.57 0.33
Hex 69 82 24 13 0 48 31 4C 39 21
Octal 151 202 44 23 0 110 61 114 71 41
Binary 1101001 10000010 100100 10011 0 1001000 110001 1001100 111001 100001

Color Harmonies of #698224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698224

Black with #698224

Text Example


Text Example

White with #698224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698224; }

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

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

background-color css

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

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

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

border-color css

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

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

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