Html Css Color HEX #6A8822 Olive Drab

📋 copy color: '#6A8822'

red 106 ◦ green 136 ◦ blue 34

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

Shades of Olive Drab #6A8822

Tints of Olive Drab #6A8822

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.28%

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 38.41%
G = 49.28%
B = 12.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#6A8822 (or 0x6A8822) is known color: Olive Drab. HEX triplet: 6A, 88 and 22. RGB value is (106,136,34). Sum of RGB (Red+Green+Blue) = 106+136+34=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8822 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8822 is #9577DD. Grayscale: #737373. Windows color (decimal): -9795550 or 2263146. OLE color: 2263146.

HSL color Cylindrical-coordinate representation of color #6A8822: hue angle of 77.65º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A8822 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 136 34 -
CMYK 0.22 0 0.75 0.47
HSL 77.65º 0.6% 0.33% -
HSV(B) 77.65º 0.75% 0.53% -
XYZ 15.04 20.79 4.73 -
YUV 115.4 82.06 121.29 -
System Red Green Blue C M Y K H S L
Decimal 106 136 34 0.22 0 0.75 0.47 77.65 0.6 0.33
Hex 6A 88 22 16 0 4B 2F 4E 3C 21
Octal 152 210 42 26 0 113 57 116 74 41
Binary 1101010 10001000 100010 10110 0 1001011 101111 1001110 111100 100001

Color Harmonies of #6A8822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8822

Black with #6A8822

Text Example


Text Example

White with #6A8822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,136,34); }

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

background-color css

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

 a { background-color: rgb(106,136,34); }

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

border-color css

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

 span { border-color: rgb(106,136,34); }

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