#6B6100

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

Shades of Olive #6B6100

Tints of Olive #6B6100

Color information

#6B6100 (or 0x6B6100) is unknown color: approx Olive. HEX triplet: 6B, 61 and 00. RGB value is (107,97,0). Sum of RGB (Red+Green+Blue) = 107+97+0=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6100 is #949EFF. Grayscale: #595959. Windows color (decimal): -9740032 or 24939. OLE color: 24939.

HSL color Cylindrical-coordinate representation of color #6B6100: hue angle of 54.39º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B6100 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB107970-
CMYK00.0910.58
HSL54.39º100%20.98%-
HSV(B)54.39º100%41.96%-
XYZ10.3411.681.71-
YUV88.9377.81140.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.45%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.45%
G=47.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10797000.0910.5854.3910020.98
Hex6B61009643A366415
Octal1531410011144726614425
Binary110101111000010010011100100111010110110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,97,0); }

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

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

 a { background-color: rgb(107,97,0); }

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

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

 span { border-color: rgb(107,97,0); }

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