#6B8204

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

Shades of Olive #6B8204

Tints of Olive #6B8204

Color information

#6B8204 (or 0x6B8204) is unknown color: approx Olive. HEX triplet: 6B, 82 and 04. RGB value is (107,130,4). Sum of RGB (Red+Green+Blue) = 107+130+4=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8204 is #947DFB. Grayscale: #6D6D6D. Windows color (decimal): -9731580 or 295531. OLE color: 295531.

HSL color Cylindrical-coordinate representation of color #6B8204: hue angle of 70.95º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B8204 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB1071304-
CMYK0.1800.970.49
HSL70.95º94.03%26.27%-
HSV(B)70.95º96.92%50.98%-
XYZ14.0719.13.06-
YUV108.7668.88126.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.40%
GREEN value IS 130 (51.17% from 255) = 53.94%
BLUE value IS 4 (1.95% from 255) = 1.66%
R=44.40%
G=53.94%
B=1.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10713040.1800.970.4970.9594.0326.27
Hex6B8241206131475e1a
Octal15320242201416110713632
Binary11010111000001010010010011000011100011000111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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