#6B8504

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

Shades of Olive #6B8504

Tints of Olive #6B8504

Color information

#6B8504 (or 0x6B8504) is unknown color: approx Olive. HEX triplet: 6B, 85 and 04. RGB value is (107,133,4). Sum of RGB (Red+Green+Blue) = 107+133+4=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8504 is #947AFB. Grayscale: #6F6F6F. Windows color (decimal): -9730812 or 296299. OLE color: 296299.

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

Color convert

RGB1071334-
CMYK0.2000.970.48
HSL72.09º94.16%26.86%-
HSV(B)72.09º96.99%52.16%-
XYZ14.4719.913.2-
YUV110.5267.89125.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.85%
GREEN value IS 133 (52.34% from 255) = 54.51%
BLUE value IS 4 (1.95% from 255) = 1.64%
R=43.85%
G=54.51%
B=1.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10713340.2000.970.4872.0994.1626.86
Hex6B8541406130485e1b
Octal15320542401416011013633
Binary11010111000010110010100011000011100001001000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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