#6B8738

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

Shades of Olive Drab #6B8738

Tints of Olive Drab #6B8738

Color information

#6B8738 (or 0x6B8738) is unknown color: approx Olive Drab. HEX triplet: 6B, 87 and 38. RGB value is (107,135,56). Sum of RGB (Red+Green+Blue) = 107+135+56=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8738 is #9478C7. Grayscale: #757575. Windows color (decimal): -9730248 or 3704683. OLE color: 3704683.

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

Color convert

RGB10713556-
CMYK0.2100.590.47
HSL81.27º41.36%37.45%-
HSV(B)81.27º58.52%52.94%-
XYZ15.4420.746.93-
YUV117.6293.22120.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 135 (53.12% from 255) = 45.30%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=35.91%
G=45.30%
B=18.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107135560.2100.590.4781.2741.3637.45
Hex6B87381503B2F512925
Octal1532077025073571215145
Binary1101011100001111110001010101110111011111010001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,135,56); }

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

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

 a { background-color: rgb(107,135,56); }

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

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

 span { border-color: rgb(107,135,56); }

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