#6B862A

Color #6B862A Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #6B862A

Tints of Olive Drab #6B862A

Color information

#6B862A (or 0x6B862A) is unknown color: approx Olive Drab. HEX triplet: 6B, 86 and 2A. RGB value is (107,134,42). Sum of RGB (Red+Green+Blue) = 107+134+42=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #6B862A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B862A is #9479D5. Grayscale: #737373. Windows color (decimal): -9730518 or 2786923. OLE color: 2786923.

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

Color convert

RGB10713442-
CMYK0.2000.690.47
HSL77.61º52.27%34.51%-
HSV(B)77.61º68.66%52.55%-
XYZ15.0120.345.33-
YUV115.4486.55121.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.81%
GREEN value IS 134 (52.73% from 255) = 47.35%
BLUE value IS 42 (16.80% from 255) = 14.84%
R=37.81%
G=47.35%
B=14.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107134420.2000.690.4777.6152.2734.51
Hex6B862A140452F4e3423
Octal15320652240105571166443
Binary11010111000011010101010100010001011011111001110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B862A;
 }
 .AnyTagClassName
 {
   color: #6B862A;
 }
</style>
background-color css

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

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

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

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

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

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