#6B7207

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

Shades of Olive #6B7207

Tints of Olive #6B7207

Color information

#6B7207 (or 0x6B7207) is unknown color: approx Olive. HEX triplet: 6B, 72 and 07. RGB value is (107,114,7). Sum of RGB (Red+Green+Blue) = 107+114+7=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7207 is #948DF8. Grayscale: #646464. Windows color (decimal): -9735673 or 488043. OLE color: 488043.

HSL color Cylindrical-coordinate representation of color #6B7207: hue angle of 63.93º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B7207 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB1071147-
CMYK0.0600.940.55
HSL63.93º88.43%23.73%-
HSV(B)63.93º93.86%44.71%-
XYZ12.1215.182.49-
YUV99.7175.68133.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.93%
GREEN value IS 114 (44.92% from 255) = 50%
BLUE value IS 7 (3.12% from 255) = 3.07%
R=46.93%
G=50%
B=3.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10711470.0600.940.5563.9388.4323.73
Hex6B727605E37405818
Octal1531627601366710013030
Binary11010111110010111110010111101101111000000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,114,7); }

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

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

 a { background-color: rgb(107,114,7); }

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

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

 span { border-color: rgb(107,114,7); }

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