Html Css Color HEX #699227 Olive Drab

📋 copy color: '#699227'

red 105 ◦ green 146 ◦ blue 39

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

Shades of Olive Drab #699227

Tints of Olive Drab #699227

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.34%

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

R = 36.21%
G = 50.34%
B = 13.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#699227 (or 0x699227) is known color: Olive Drab. HEX triplet: 69, 92 and 27. RGB value is (105,146,39). Sum of RGB (Red+Green+Blue) = 105+146+39=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #699227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699227 is #966DD8. Grayscale: #797979. Windows color (decimal): -9858521 or 2593385. OLE color: 2593385.

HSL color Cylindrical-coordinate representation of color #699227: hue angle of 82.99º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #699227 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 39 -
CMYK 0.28 0 0.73 0.43
HSL 82.99º 0.58% 0.36% -
HSV(B) 82.99º 0.73% 0.57% -
XYZ 16.47 23.71 5.63 -
YUV 121.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 105 146 39 0.28 0 0.73 0.43 82.99 0.58 0.36
Hex 69 92 27 1C 0 49 2B 53 3A 24
Octal 151 222 47 34 0 111 53 123 72 44
Binary 1101001 10010010 100111 11100 0 1001001 101011 1010011 111010 100100

Color Harmonies of #699227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699227

Black with #699227

Text Example


Text Example

White with #699227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699227; }

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

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

background-color css

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

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

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

border-color css

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

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

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