#6B780A

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

Shades of Olive #6B780A

Tints of Olive #6B780A

Color information

#6B780A (or 0x6B780A) is unknown color: approx Olive. HEX triplet: 6B, 78 and 0A. RGB value is (107,120,10). Sum of RGB (Red+Green+Blue) = 107+120+10=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #6B780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B780A is #9487F5. Grayscale: #686868. Windows color (decimal): -9734134 or 686187. OLE color: 686187.

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

Color convert

RGB10712010-
CMYK0.1100.920.53
HSL67.09º84.62%25.49%-
HSV(B)67.09º91.67%47.06%-
XYZ12.8316.582.81-
YUV103.5775.19130.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.15%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 10 (4.30% from 255) = 4.22%
R=45.15%
G=50.63%
B=4.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107120100.1100.920.5367.0984.6225.49
Hex6B78AB05C35435519
Octal153170121301346510312531
Binary1101011111100010101011010111001101011000011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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