Html Css Color HEX #6A8824 Olive Drab

📋 copy color: '#6A8824'

red 106 ◦ green 136 ◦ blue 36

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

Shades of Olive Drab #6A8824

Tints of Olive Drab #6A8824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 38.13%
G = 48.92%
B = 12.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#6A8824 (or 0x6A8824) is known color: Olive Drab. HEX triplet: 6A, 88 and 24. RGB value is (106,136,36). Sum of RGB (Red+Green+Blue) = 106+136+36=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8824 is #9577DB. Grayscale: #737373. Windows color (decimal): -9795548 or 2394218. OLE color: 2394218.

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

Color convert

RGB 106 136 36 -
CMYK 0.22 0 0.74 0.47
HSL 78º 0.58% 0.34% -
HSV(B) 78º 0.74% 0.53% -
XYZ 15.07 20.8 4.89 -
YUV 115.63 83.06 121.13 -
System Red Green Blue C M Y K H S L
Decimal 106 136 36 0.22 0 0.74 0.47 78 0.58 0.34
Hex 6A 88 24 16 0 4A 2F 4E 3A 22
Octal 152 210 44 26 0 112 57 116 72 42
Binary 1101010 10001000 100100 10110 0 1001010 101111 1001110 111010 100010

Color Harmonies of #6A8824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8824

Black with #6A8824

Text Example


Text Example

White with #6A8824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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