#6B8628

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

Shades of Olive Drab #6B8628

Tints of Olive Drab #6B8628

Color information

#6B8628 (or 0x6B8628) is unknown color: approx Olive Drab. HEX triplet: 6B, 86 and 28. RGB value is (107,134,40). Sum of RGB (Red+Green+Blue) = 107+134+40=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8628 is #9479D7. Grayscale: #737373. Windows color (decimal): -9730520 or 2655851. OLE color: 2655851.

HSL color Cylindrical-coordinate representation of color #6B8628: hue angle of 77.23º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B8628 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB10713440-
CMYK0.2000.700.47
HSL77.23º54.02%34.12%-
HSV(B)77.23º70.15%52.55%-
XYZ14.9720.335.14-
YUV115.2185.55122.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.08%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 40 (16.02% from 255) = 14.23%
R=38.08%
G=47.69%
B=14.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107134400.2000.700.4777.2354.0234.12
Hex6B8628140462F4d3622
Octal15320650240106571156642
Binary11010111000011010100010100010001101011111001101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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