#6B8819

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

Shades of Olive Drab #6B8819

Tints of Olive Drab #6B8819

Color information

#6B8819 (or 0x6B8819) is unknown color: approx Olive Drab. HEX triplet: 6B, 88 and 19. RGB value is (107,136,25). Sum of RGB (Red+Green+Blue) = 107+136+25=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #6B8819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8819 is #9477E6. Grayscale: #737373. Windows color (decimal): -9730023 or 1673323. OLE color: 1673323.

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

Color convert

RGB10713625-
CMYK0.2100.820.47
HSL75.68º68.94%31.57%-
HSV(B)75.68º81.62%53.33%-
XYZ15.0420.84.14-
YUV114.6777.39122.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.93%
GREEN value IS 136 (53.52% from 255) = 50.75%
BLUE value IS 25 (10.16% from 255) = 9.33%
R=39.93%
G=50.75%
B=9.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107136250.2100.820.4775.6868.9431.57
Hex6B8819150522F4c4520
Octal153210312501225711410540
Binary11010111000100011001101010101001010111110011001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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