Html Css Color HEX #69822D Olive Drab

📋 copy color: '#69822D'

red 105 ◦ green 130 ◦ blue 45

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

Shades of Olive Drab #69822D

Tints of Olive Drab #69822D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 37.5%
G = 46.43%
B = 16.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#69822D (or 0x69822D) is known color: Olive Drab. HEX triplet: 69, 82 and 2D. RGB value is (105,130,45). Sum of RGB (Red+Green+Blue) = 105+130+45=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #69822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69822D is #967DD2. Grayscale: #717171. Windows color (decimal): -9862611 or 2982505. OLE color: 2982505.

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

Color convert

RGB 105 130 45 -
CMYK 0.19 0 0.65 0.49
HSL 77.65º 0.49% 0.34% -
HSV(B) 77.65º 0.65% 0.51% -
XYZ 14.28 19.16 5.43 -
YUV 112.84 89.72 122.41 -
System Red Green Blue C M Y K H S L
Decimal 105 130 45 0.19 0 0.65 0.49 77.65 0.49 0.34
Hex 69 82 2D 13 0 41 31 4E 31 22
Octal 151 202 55 23 0 101 61 116 61 42
Binary 1101001 10000010 101101 10011 0 1000001 110001 1001110 110001 100010

Color Harmonies of #69822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69822D

Black with #69822D

Text Example


Text Example

White with #69822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69822D; }

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

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

background-color css

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

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

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

border-color css

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

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

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