#6B8508

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

Shades of Olive #6B8508

Tints of Olive #6B8508

Color information

#6B8508 (or 0x6B8508) is unknown color: approx Olive. HEX triplet: 6B, 85 and 08. RGB value is (107,133,8). Sum of RGB (Red+Green+Blue) = 107+133+8=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8508 is #947AF7. Grayscale: #6F6F6F. Windows color (decimal): -9730808 or 558443. OLE color: 558443.

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

Color convert

RGB1071338-
CMYK0.2000.940.48
HSL72.48º88.65%27.65%-
HSV(B)72.48º93.98%52.16%-
XYZ14.4919.923.31-
YUV110.9869.89125.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.15%
GREEN value IS 133 (52.34% from 255) = 53.63%
BLUE value IS 8 (3.52% from 255) = 3.23%
R=43.15%
G=53.63%
B=3.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10713380.2000.940.4872.4888.6527.65
Hex6B8581405E3048591c
Octal153205102401366011013134
Binary110101110000101100010100010111101100001001000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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