Html Css Color HEX #698228 Olive Drab

📋 copy color: '#698228'

red 105 ◦ green 130 ◦ blue 40

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

Shades of Olive Drab #698228

Tints of Olive Drab #698228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.55%

R = 38.18%
G = 47.27%
B = 14.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#698228 (or 0x698228) is known color: Olive Drab. HEX triplet: 69, 82 and 28. RGB value is (105,130,40). Sum of RGB (Red+Green+Blue) = 105+130+40=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #698228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698228 is #967DD7. Grayscale: #707070. Windows color (decimal): -9862616 or 2654825. OLE color: 2654825.

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

Color convert

RGB 105 130 40 -
CMYK 0.19 0 0.69 0.49
HSL 76.67º 0.53% 0.33% -
HSV(B) 76.67º 0.69% 0.51% -
XYZ 14.19 19.12 4.95 -
YUV 112.27 87.22 122.82 -
System Red Green Blue C M Y K H S L
Decimal 105 130 40 0.19 0 0.69 0.49 76.67 0.53 0.33
Hex 69 82 28 13 0 45 31 4D 35 21
Octal 151 202 50 23 0 105 61 115 65 41
Binary 1101001 10000010 101000 10011 0 1000101 110001 1001101 110101 100001

Color Harmonies of #698228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698228

Black with #698228

Text Example


Text Example

White with #698228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698228; }

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

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

background-color css

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

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

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

border-color css

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

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

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