Html Css Color HEX #6C8121 Olive Drab

📋 copy color: '#6C8121'

red 108 ◦ green 129 ◦ blue 33

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

Shades of Olive Drab #6C8121

Tints of Olive Drab #6C8121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.22%

R = 40%
G = 47.78%
B = 12.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#6C8121 (or 0x6C8121) is known color: Olive Drab. HEX triplet: 6C, 81 and 21. RGB value is (108,129,33). Sum of RGB (Red+Green+Blue) = 108+129+33=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8121 is #937EDE. Grayscale: #707070. Windows color (decimal): -9666271 or 2195820. OLE color: 2195820.

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

Color convert

RGB 108 129 33 -
CMYK 0.16 0 0.74 0.49
HSL 73.13º 0.59% 0.32% -
HSV(B) 73.13º 0.74% 0.51% -
XYZ 14.31 19 4.35 -
YUV 111.78 83.54 125.31 -
System Red Green Blue C M Y K H S L
Decimal 108 129 33 0.16 0 0.74 0.49 73.13 0.59 0.32
Hex 6C 81 21 10 0 4A 31 49 3B 20
Octal 154 201 41 20 0 112 61 111 73 40
Binary 1101100 10000001 100001 10000 0 1001010 110001 1001001 111011 100000

Color Harmonies of #6C8121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8121

Black with #6C8121

Text Example


Text Example

White with #6C8121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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