Html Css Color HEX #69821F Olive Drab

📋 copy color: '#69821F'

red 105 ◦ green 130 ◦ blue 31

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

Shades of Olive Drab #69821F

Tints of Olive Drab #69821F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.65%

R = 39.47%
G = 48.87%
B = 11.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#69821F (or 0x69821F) is known color: Olive Drab. HEX triplet: 69, 82 and 1F. RGB value is (105,130,31). Sum of RGB (Red+Green+Blue) = 105+130+31=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #69821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69821F is #967DE0. Grayscale: #6F6F6F. Windows color (decimal): -9862625 or 2065001. OLE color: 2065001.

HSL color Cylindrical-coordinate representation of color #69821F: hue angle of 75.15º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69821F is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 31 -
CMYK 0.19 0 0.76 0.49
HSL 75.15º 0.61% 0.32% -
HSV(B) 75.15º 0.76% 0.51% -
XYZ 14.06 19.07 4.24 -
YUV 111.24 82.72 123.55 -
System Red Green Blue C M Y K H S L
Decimal 105 130 31 0.19 0 0.76 0.49 75.15 0.61 0.32
Hex 69 82 1F 13 0 4C 31 4B 3D 20
Octal 151 202 37 23 0 114 61 113 75 40
Binary 1101001 10000010 11111 10011 0 1001100 110001 1001011 111101 100000

Color Harmonies of #69821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69821F

Black with #69821F

Text Example


Text Example

White with #69821F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69821F; }

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

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

background-color css

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

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

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

border-color css

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

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

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