Html Css Color HEX #6B862E Olive Drab

📋 copy color: '#6B862E'

red 107 ◦ green 134 ◦ blue 46

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

Shades of Olive Drab #6B862E

Tints of Olive Drab #6B862E

RGB

 RED value IS 107 (42.19% from 255) = 37.28%

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

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

R = 37.28%
G = 46.69%
B = 16.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#6B862E (or 0x6B862E) is known color: Olive Drab. HEX triplet: 6B, 86 and 2E. RGB value is (107,134,46). Sum of RGB (Red+Green+Blue) = 107+134+46=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #6B862E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B862E is #9479D1. Grayscale: #747474. Windows color (decimal): -9730514 or 3049067. OLE color: 3049067.

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

Color convert

RGB 107 134 46 -
CMYK 0.20 0 0.66 0.47
HSL 78.41º 0.49% 0.35% -
HSV(B) 78.41º 0.66% 0.53% -
XYZ 15.08 20.37 5.72 -
YUV 115.9 88.55 121.66 -
System Red Green Blue C M Y K H S L
Decimal 107 134 46 0.20 0 0.66 0.47 78.41 0.49 0.35
Hex 6B 86 2E 14 0 42 2F 4E 31 23
Octal 153 206 56 24 0 102 57 116 61 43
Binary 1101011 10000110 101110 10100 0 1000010 101111 1001110 110001 100011

Color Harmonies of #6B862E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B862E

Black with #6B862E

Text Example


Text Example

White with #6B862E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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