#6B883A

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

Shades of Olive Drab #6B883A

Tints of Olive Drab #6B883A

Color information

#6B883A (or 0x6B883A) is unknown color: approx Olive Drab. HEX triplet: 6B, 88 and 3A. RGB value is (107,136,58). Sum of RGB (Red+Green+Blue) = 107+136+58=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #6B883A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B883A is #9477C5. Grayscale: #767676. Windows color (decimal): -9729990 or 3836011. OLE color: 3836011.

HSL color Cylindrical-coordinate representation of color #6B883A: hue angle of 82.31º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B883A is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB10713658-
CMYK0.2100.570.47
HSL82.31º40.21%38.04%-
HSV(B)82.31º57.35%53.33%-
XYZ15.6321.047.24-
YUV118.4493.89119.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=35.55%
G=45.18%
B=19.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107136580.2100.570.4782.3140.2138.04
Hex6B883A150392F522826
Octal1532107225071571225046
Binary1101011100010001110101010101110011011111010010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,136,58); }

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

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

 a { background-color: rgb(107,136,58); }

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

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

 span { border-color: rgb(107,136,58); }

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