Html Css Color HEX #6A8124 Olive Drab

📋 copy color: '#6A8124'

red 106 ◦ green 129 ◦ blue 36

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

Shades of Olive Drab #6A8124

Tints of Olive Drab #6A8124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.6%

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

R = 39.11%
G = 47.6%
B = 13.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#6A8124 (or 0x6A8124) is known color: Olive Drab. HEX triplet: 6A, 81 and 24. RGB value is (106,129,36). Sum of RGB (Red+Green+Blue) = 106+129+36=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #6A8124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8124 is #957EDB. Grayscale: #6F6F6F. Windows color (decimal): -9797340 or 2392426. OLE color: 2392426.

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

Color convert

RGB 106 129 36 -
CMYK 0.18 0 0.72 0.49
HSL 74.84º 0.56% 0.32% -
HSV(B) 74.84º 0.72% 0.51% -
XYZ 14.11 18.89 4.57 -
YUV 111.52 85.38 124.06 -
System Red Green Blue C M Y K H S L
Decimal 106 129 36 0.18 0 0.72 0.49 74.84 0.56 0.32
Hex 6A 81 24 12 0 48 31 4B 38 20
Octal 152 201 44 22 0 110 61 113 70 40
Binary 1101010 10000001 100100 10010 0 1001000 110001 1001011 111000 100000

Color Harmonies of #6A8124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8124

Black with #6A8124

Text Example


Text Example

White with #6A8124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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