Html Css Color HEX #6C8621 Olive Drab

📋 copy color: '#6C8621'

red 108 ◦ green 134 ◦ blue 33

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

Shades of Olive Drab #6C8621

Tints of Olive Drab #6C8621

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.73%

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

R = 39.27%
G = 48.73%
B = 12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#6C8621 (or 0x6C8621) is known color: Olive Drab. HEX triplet: 6C, 86 and 21. RGB value is (108,134,33). Sum of RGB (Red+Green+Blue) = 108+134+33=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #6C8621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8621 is #9379DE. Grayscale: #737373. Windows color (decimal): -9664991 or 2197100. OLE color: 2197100.

HSL color Cylindrical-coordinate representation of color #6C8621: hue angle of 75.45º 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 #6C8621 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 134 33 -
CMYK 0.19 0 0.75 0.47
HSL 75.45º 0.6% 0.33% -
HSV(B) 75.45º 0.75% 0.53% -
XYZ 14.98 20.35 4.58 -
YUV 114.71 81.89 123.21 -
System Red Green Blue C M Y K H S L
Decimal 108 134 33 0.19 0 0.75 0.47 75.45 0.6 0.33
Hex 6C 86 21 13 0 4B 2F 4B 3C 21
Octal 154 206 41 23 0 113 57 113 74 41
Binary 1101100 10000110 100001 10011 0 1001011 101111 1001011 111100 100001

Color Harmonies of #6C8621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8621

Black with #6C8621

Text Example


Text Example

White with #6C8621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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