#6F7128

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

Shades of Olivetone #6F7128

Tints of Olivetone #6F7128

Color information

#6F7128 (or 0x6F7128) is unknown color: approx Olivetone. HEX triplet: 6F, 71 and 28. RGB value is (111,113,40). Sum of RGB (Red+Green+Blue) = 111+113+40=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7128 is #908ED7. Grayscale: #686868. Windows color (decimal): -9473752 or 2650479. OLE color: 2650479.

HSL color Cylindrical-coordinate representation of color #6F7128: hue angle of 61.64º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F7128 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB11111340-
CMYK0.0200.650.56
HSL61.64º47.71%30%-
HSV(B)61.64º64.6%44.31%-
XYZ12.8415.344.29-
YUV104.0891.84132.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.05%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 40 (16.02% from 255) = 15.15%
R=42.05%
G=42.80%
B=15.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111113400.0200.650.5661.6447.7130
Hex6F71282041383e301e
Octal157161502010170766036
Binary11011111110001101000100100000111100011111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,113,40); }

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

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

 a { background-color: rgb(111,113,40); }

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

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

 span { border-color: rgb(111,113,40); }

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