Html Css Color HEX #6C841E Olive Drab

📋 copy color: '#6C841E'

red 108 ◦ green 132 ◦ blue 30

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

Shades of Olive Drab #6C841E

Tints of Olive Drab #6C841E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.89%

 BLUE value IS 30 (12.11% from 255) = 11.11%

R = 40%
G = 48.89%
B = 11.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#6C841E (or 0x6C841E) is known color: Olive Drab. HEX triplet: 6C, 84 and 1E. RGB value is (108,132,30). Sum of RGB (Red+Green+Blue) = 108+132+30=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #6C841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C841E is #937BE1. Grayscale: #717171. Windows color (decimal): -9665506 or 1999980. OLE color: 1999980.

HSL color Cylindrical-coordinate representation of color #6C841E: hue angle of 74.12º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C841E is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 132 30 -
CMYK 0.18 0 0.77 0.48
HSL 74.12º 0.63% 0.32% -
HSV(B) 74.12º 0.77% 0.52% -
XYZ 14.67 19.78 4.27 -
YUV 113.2 81.05 124.29 -
System Red Green Blue C M Y K H S L
Decimal 108 132 30 0.18 0 0.77 0.48 74.12 0.63 0.32
Hex 6C 84 1E 12 0 4D 30 4A 3F 20
Octal 154 204 36 22 0 115 60 112 77 40
Binary 1101100 10000100 11110 10010 0 1001101 110000 1001010 111111 100000

Color Harmonies of #6C841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C841E

Black with #6C841E

Text Example


Text Example

White with #6C841E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,132,30); }

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

background-color css

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

 a { background-color: rgb(108,132,30); }

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

border-color css

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

 span { border-color: rgb(108,132,30); }

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