Html Css Color HEX #6C862E Olive Drab

📋 copy color: '#6C862E'

red 108 ◦ green 134 ◦ blue 46

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

Shades of Olive Drab #6C862E

Tints of Olive Drab #6C862E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 37.5%
G = 46.53%
B = 15.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#6C862E (or 0x6C862E) is known color: Olive Drab. HEX triplet: 6C, 86 and 2E. RGB value is (108,134,46). Sum of RGB (Red+Green+Blue) = 108+134+46=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #6C862E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C862E is #9379D1. Grayscale: #747474. Windows color (decimal): -9664978 or 3049068. OLE color: 3049068.

HSL color Cylindrical-coordinate representation of color #6C862E: hue angle of 77.73º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C862E is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 134 46 -
CMYK 0.19 0 0.66 0.47
HSL 77.73º 0.49% 0.35% -
HSV(B) 77.73º 0.66% 0.53% -
XYZ 15.2 20.44 5.73 -
YUV 116.19 88.39 122.16 -
System Red Green Blue C M Y K H S L
Decimal 108 134 46 0.19 0 0.66 0.47 77.73 0.49 0.35
Hex 6C 86 2E 13 0 42 2F 4E 31 23
Octal 154 206 56 23 0 102 57 116 61 43
Binary 1101100 10000110 101110 10011 0 1000010 101111 1001110 110001 100011

Color Harmonies of #6C862E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C862E

Black with #6C862E

Text Example


Text Example

White with #6C862E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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