Html Css Color HEX #699521 Olive Drab

📋 copy color: '#699521'

red 105 ◦ green 149 ◦ blue 33

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

Shades of Olive Drab #699521

Tints of Olive Drab #699521

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.92%

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

R = 36.59%
G = 51.92%
B = 11.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#699521 (or 0x699521) is known color: Olive Drab. HEX triplet: 69, 95 and 21. RGB value is (105,149,33). Sum of RGB (Red+Green+Blue) = 105+149+33=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #699521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699521 is #966ADE. Grayscale: #7B7B7B. Windows color (decimal): -9857759 or 2200937. OLE color: 2200937.

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

Color convert

RGB 105 149 33 -
CMYK 0.30 0 0.78 0.42
HSL 82.76º 0.64% 0.36% -
HSV(B) 82.76º 0.78% 0.58% -
XYZ 16.85 24.61 5.3 -
YUV 122.62 77.42 115.43 -
System Red Green Blue C M Y K H S L
Decimal 105 149 33 0.30 0 0.78 0.42 82.76 0.64 0.36
Hex 69 95 21 1E 0 4E 2A 53 40 24
Octal 151 225 41 36 0 116 52 123 100 44
Binary 1101001 10010101 100001 11110 0 1001110 101010 1010011 1000000 100100

Color Harmonies of #699521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699521

Black with #699521

Text Example


Text Example

White with #699521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699521; }

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

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

background-color css

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

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

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

border-color css

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

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

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