#6B7807

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

Shades of Olive #6B7807

Tints of Olive #6B7807

Color information

#6B7807 (or 0x6B7807) is unknown color: approx Olive. HEX triplet: 6B, 78 and 07. RGB value is (107,120,7). Sum of RGB (Red+Green+Blue) = 107+120+7=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #6B7807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7807 is #9487F8. Grayscale: #676767. Windows color (decimal): -9734137 or 489579. OLE color: 489579.

HSL color Cylindrical-coordinate representation of color #6B7807: hue angle of 66.9º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B7807 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB1071207-
CMYK0.1100.940.53
HSL66.9º88.98%24.9%-
HSV(B)66.9º94.17%47.06%-
XYZ12.8216.572.72-
YUV103.2373.69130.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.73%
GREEN value IS 120 (47.27% from 255) = 51.28%
BLUE value IS 7 (3.12% from 255) = 2.99%
R=45.73%
G=51.28%
B=2.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10712070.1100.940.5366.988.9824.9
Hex6B787B05E35435919
Octal15317071301366510313131
Binary110101111110001111011010111101101011000011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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