Html Css Color HEX #6A822B Olive Drab

📋 copy color: '#6A822B'

red 106 ◦ green 130 ◦ blue 43

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

Shades of Olive Drab #6A822B

Tints of Olive Drab #6A822B

RGB

 RED value IS 106 (41.8% from 255) = 37.99%

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

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 37.99%
G = 46.59%
B = 15.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#6A822B (or 0x6A822B) is known color: Olive Drab. HEX triplet: 6A, 82 and 2B. RGB value is (106,130,43). Sum of RGB (Red+Green+Blue) = 106+130+43=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #6A822B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A822B is #957DD4. Grayscale: #717171. Windows color (decimal): -9797077 or 2851434. OLE color: 2851434.

HSL color Cylindrical-coordinate representation of color #6A822B: hue angle of 76.55º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A822B is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 130 43 -
CMYK 0.18 0 0.67 0.49
HSL 76.55º 0.5% 0.34% -
HSV(B) 76.55º 0.67% 0.51% -
XYZ 14.36 19.2 5.24 -
YUV 112.91 88.55 123.07 -
System Red Green Blue C M Y K H S L
Decimal 106 130 43 0.18 0 0.67 0.49 76.55 0.5 0.34
Hex 6A 82 2B 12 0 43 31 4D 32 22
Octal 152 202 53 22 0 103 61 115 62 42
Binary 1101010 10000010 101011 10010 0 1000011 110001 1001101 110010 100010

Color Harmonies of #6A822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A822B

Black with #6A822B

Text Example


Text Example

White with #6A822B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,130,43); }

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

background-color css

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

 a { background-color: rgb(106,130,43); }

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

border-color css

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

 span { border-color: rgb(106,130,43); }

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