Html Css Color HEX #6C8124 Olive Drab

📋 copy color: '#6C8124'

red 108 ◦ green 129 ◦ blue 36

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

Shades of Olive Drab #6C8124

Tints of Olive Drab #6C8124

RGB

 RED value IS 108 (42.58% from 255) = 39.56%

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

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

R = 39.56%
G = 47.25%
B = 13.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#6C8124 (or 0x6C8124) is known color: Olive Drab. HEX triplet: 6C, 81 and 24. RGB value is (108,129,36). Sum of RGB (Red+Green+Blue) = 108+129+36=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8124 is #937EDB. Grayscale: #707070. Windows color (decimal): -9666268 or 2392428. OLE color: 2392428.

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

Color convert

RGB 108 129 36 -
CMYK 0.16 0 0.72 0.49
HSL 73.55º 0.56% 0.32% -
HSV(B) 73.55º 0.72% 0.51% -
XYZ 14.35 19.02 4.58 -
YUV 112.12 85.04 125.06 -
System Red Green Blue C M Y K H S L
Decimal 108 129 36 0.16 0 0.72 0.49 73.55 0.56 0.32
Hex 6C 81 24 10 0 48 31 4A 38 20
Octal 154 201 44 20 0 110 61 112 70 40
Binary 1101100 10000001 100100 10000 0 1001000 110001 1001010 111000 100000

Color Harmonies of #6C8124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8124

Black with #6C8124

Text Example


Text Example

White with #6C8124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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