#6F770D

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

Shades of Olive #6F770D

Tints of Olive #6F770D

Color information

#6F770D (or 0x6F770D) is unknown color: approx Olive. HEX triplet: 6F, 77 and 0D. RGB value is (111,119,13). Sum of RGB (Red+Green+Blue) = 111+119+13=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #6F770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F770D is #9088F2. Grayscale: #686868. Windows color (decimal): -9472243 or 882543. OLE color: 882543.

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

Color convert

RGB11111913-
CMYK0.0700.890.53
HSL64.53º80.3%25.88%-
HSV(B)64.53º89.08%46.67%-
XYZ13.2316.62.89-
YUV104.5276.35132.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.68%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 13 (5.47% from 255) = 5.35%
R=45.68%
G=48.97%
B=5.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111119130.0700.890.5364.5380.325.88
Hex6F77D70593541501a
Octal15716715701316510112032
Binary110111111101111101111010110011101011000001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F770D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,119,13); }

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

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

 a { background-color: rgb(111,119,13); }

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

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

 span { border-color: rgb(111,119,13); }

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