Html Css Color HEX #698227 Olive Drab

📋 copy color: '#698227'

red 105 ◦ green 130 ◦ blue 39

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

Shades of Olive Drab #698227

Tints of Olive Drab #698227

RGB

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

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

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

R = 38.32%
G = 47.45%
B = 14.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#698227 (or 0x698227) is known color: Olive Drab. HEX triplet: 69, 82 and 27. RGB value is (105,130,39). Sum of RGB (Red+Green+Blue) = 105+130+39=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #698227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698227 is #967DD8. Grayscale: #707070. Windows color (decimal): -9862617 or 2589289. OLE color: 2589289.

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

Color convert

RGB 105 130 39 -
CMYK 0.19 0 0.70 0.49
HSL 76.48º 0.54% 0.33% -
HSV(B) 76.48º 0.7% 0.51% -
XYZ 14.17 19.12 4.86 -
YUV 112.15 86.72 122.9 -
System Red Green Blue C M Y K H S L
Decimal 105 130 39 0.19 0 0.70 0.49 76.48 0.54 0.33
Hex 69 82 27 13 0 46 31 4C 36 21
Octal 151 202 47 23 0 106 61 114 66 41
Binary 1101001 10000010 100111 10011 0 1000110 110001 1001100 110110 100001

Color Harmonies of #698227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698227

Black with #698227

Text Example


Text Example

White with #698227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698227; }

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

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

background-color css

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

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

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

border-color css

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

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

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