Html Css Color HEX #6B862C Olive Drab

📋 copy color: '#6B862C'

red 107 ◦ green 134 ◦ blue 44

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

Shades of Olive Drab #6B862C

Tints of Olive Drab #6B862C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 37.54%
G = 47.02%
B = 15.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#6B862C (or 0x6B862C) is known color: Olive Drab. HEX triplet: 6B, 86 and 2C. RGB value is (107,134,44). Sum of RGB (Red+Green+Blue) = 107+134+44=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #6B862C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B862C is #9479D3. Grayscale: #747474. Windows color (decimal): -9730516 or 2917995. OLE color: 2917995.

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

Color convert

RGB 107 134 44 -
CMYK 0.20 0 0.67 0.47
HSL 78º 0.51% 0.35% -
HSV(B) 78º 0.67% 0.53% -
XYZ 15.04 20.36 5.52 -
YUV 115.67 87.55 121.82 -
System Red Green Blue C M Y K H S L
Decimal 107 134 44 0.20 0 0.67 0.47 78 0.51 0.35
Hex 6B 86 2C 14 0 43 2F 4E 33 23
Octal 153 206 54 24 0 103 57 116 63 43
Binary 1101011 10000110 101100 10100 0 1000011 101111 1001110 110011 100011

Color Harmonies of #6B862C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B862C

Black with #6B862C

Text Example


Text Example

White with #6B862C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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