Html Css Color HEX #6B822D Olive Drab

📋 copy color: '#6B822D'

red 107 ◦ green 130 ◦ blue 45

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

Shades of Olive Drab #6B822D

Tints of Olive Drab #6B822D

RGB

 RED value IS 107 (42.19% from 255) = 37.94%

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

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

R = 37.94%
G = 46.1%
B = 15.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#6B822D (or 0x6B822D) is known color: Olive Drab. HEX triplet: 6B, 82 and 2D. RGB value is (107,130,45). Sum of RGB (Red+Green+Blue) = 107+130+45=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #6B822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B822D is #947DD2. Grayscale: #717171. Windows color (decimal): -9731539 or 2982507. OLE color: 2982507.

HSL color Cylindrical-coordinate representation of color #6B822D: hue angle of 76.24º 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 #6B822D is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 130 45 -
CMYK 0.18 0 0.65 0.49
HSL 76.24º 0.49% 0.34% -
HSV(B) 76.24º 0.65% 0.51% -
XYZ 14.52 19.28 5.44 -
YUV 113.43 89.38 123.41 -
System Red Green Blue C M Y K H S L
Decimal 107 130 45 0.18 0 0.65 0.49 76.24 0.49 0.34
Hex 6B 82 2D 12 0 41 31 4C 31 22
Octal 153 202 55 22 0 101 61 114 61 42
Binary 1101011 10000010 101101 10010 0 1000001 110001 1001100 110001 100010

Color Harmonies of #6B822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B822D

Black with #6B822D

Text Example


Text Example

White with #6B822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B822D; }

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

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

background-color css

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

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

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

border-color css

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

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

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