#6B8523

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

Shades of Olive Drab #6B8523

Tints of Olive Drab #6B8523

Color information

#6B8523 (or 0x6B8523) is unknown color: approx Olive Drab. HEX triplet: 6B, 85 and 23. RGB value is (107,133,35). Sum of RGB (Red+Green+Blue) = 107+133+35=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8523 is #947ADC. Grayscale: #727272. Windows color (decimal): -9730781 or 2327915. OLE color: 2327915.

HSL color Cylindrical-coordinate representation of color #6B8523: hue angle of 75.92º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B8523 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB10713335-
CMYK0.2000.740.48
HSL75.92º58.33%32.94%-
HSV(B)75.92º73.68%52.16%-
XYZ14.7520.024.68-
YUV114.0583.39122.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.91%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 35 (14.06% from 255) = 12.73%
R=38.91%
G=48.36%
B=12.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107133350.2000.740.4875.9258.3332.94
Hex6B85231404A304c3a21
Octal15320543240112601147241
Binary11010111000010110001110100010010101100001001100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,133,35); }

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

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

 a { background-color: rgb(107,133,35); }

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

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

 span { border-color: rgb(107,133,35); }

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