Html Css Color HEX #699321 Olive Drab

📋 copy color: '#699321'

red 105 ◦ green 147 ◦ blue 33

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

Shades of Olive Drab #699321

Tints of Olive Drab #699321

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.58%

 BLUE value IS 33 (13.28% from 255) = 11.58%

R = 36.84%
G = 51.58%
B = 11.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#699321 (or 0x699321) is known color: Olive Drab. HEX triplet: 69, 93 and 21. RGB value is (105,147,33). Sum of RGB (Red+Green+Blue) = 105+147+33=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #699321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699321 is #966CDE. Grayscale: #797979. Windows color (decimal): -9858271 or 2200425. OLE color: 2200425.

HSL color Cylindrical-coordinate representation of color #699321: hue angle of 82.11º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #699321 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 33 -
CMYK 0.29 0 0.78 0.42
HSL 82.11º 0.63% 0.35% -
HSV(B) 82.11º 0.78% 0.58% -
XYZ 16.53 23.98 5.2 -
YUV 121.45 78.09 116.27 -
System Red Green Blue C M Y K H S L
Decimal 105 147 33 0.29 0 0.78 0.42 82.11 0.63 0.35
Hex 69 93 21 1D 0 4E 2A 52 3F 23
Octal 151 223 41 35 0 116 52 122 77 43
Binary 1101001 10010011 100001 11101 0 1001110 101010 1010010 111111 100011

Color Harmonies of #699321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699321

Black with #699321

Text Example


Text Example

White with #699321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699321; }

 p { color: rgb(105,147,33); }

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

background-color css

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

 a { background-color: rgb(105,147,33); }

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

border-color css

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

 span { border-color: rgb(105,147,33); }

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