#6b8c2d

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

Shades of Olive Drab #6B8C2D

Tints of Olive Drab #6B8C2D

Color information

#6B8C2D (or 0x6B8C2D) is unknown color: approx Olive Drab. HEX triplet: 6B, 8C and 2D. RGB value is (107,140,45). Sum of RGB (Red+Green+Blue) = 107+140+45=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #6B8C2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8C2D is #9473D2. Grayscale: #777777. Windows color (decimal): -9728979 or 2985067. OLE color: 2985067.

HSL color Cylindrical-coordinate representation of color #6B8C2D: hue angle of 80.84º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B8C2D is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB10714045-
CMYK0.2400.680.45
HSL80.84º51.35%36.27%-
HSV(B)80.84º67.86%54.9%-
XYZ15.9222.075.9-
YUV119.386.07119.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.64%
GREEN value IS 140 (55.08% from 255) = 47.95%
BLUE value IS 45 (17.97% from 255) = 15.41%
R=36.64%
G=47.95%
B=15.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107140450.2400.680.4580.8451.3536.27
Hex6B8C2D180442D513324
Octal15321455300104551216344
Binary11010111000110010110111000010001001011011010001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b8c2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,140,45); }

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

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

 a { background-color: rgb(107,140,45); }

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

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

 span { border-color: rgb(107,140,45); }

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