#6B882B

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

Shades of Olive Drab #6B882B

Tints of Olive Drab #6B882B

Color information

#6B882B (or 0x6B882B) is unknown color: approx Olive Drab. HEX triplet: 6B, 88 and 2B. RGB value is (107,136,43). Sum of RGB (Red+Green+Blue) = 107+136+43=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #6B882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B882B is #9477D4. Grayscale: #757575. Windows color (decimal): -9730005 or 2852971. OLE color: 2852971.

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

Color convert

RGB10713643-
CMYK0.2100.680.47
HSL78.71º51.96%35.1%-
HSV(B)78.71º68.38%53.33%-
XYZ15.320.915.51-
YUV116.7386.39121.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.41%
GREEN value IS 136 (53.52% from 255) = 47.55%
BLUE value IS 43 (17.19% from 255) = 15.03%
R=37.41%
G=47.55%
B=15.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107136430.2100.680.4778.7151.9635.1
Hex6B882B150442F4f3423
Octal15321053250104571176443
Binary11010111000100010101110101010001001011111001111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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