#6F7127

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

Shades of Olivetone #6F7127

Tints of Olivetone #6F7127

Color information

#6F7127 (or 0x6F7127) is unknown color: approx Olivetone. HEX triplet: 6F, 71 and 27. RGB value is (111,113,39). Sum of RGB (Red+Green+Blue) = 111+113+39=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7127 is #908ED8. Grayscale: #686868. Windows color (decimal): -9473753 or 2584943. OLE color: 2584943.

HSL color Cylindrical-coordinate representation of color #6F7127: hue angle of 61.62º degrees, saturation: 0.49, 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 #6F7127 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB11111339-
CMYK0.0200.650.56
HSL61.62º48.68%29.8%-
HSV(B)61.62º65.49%44.31%-
XYZ12.8315.344.2-
YUV103.9791.34133.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.21%
GREEN value IS 113 (44.53% from 255) = 42.97%
BLUE value IS 39 (15.62% from 255) = 14.83%
R=42.21%
G=42.97%
B=14.83%

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
Decimal111113390.0200.650.5661.6248.6829.8
Hex6F71272041383e311e
Octal157161472010170766136
Binary11011111110001100111100100000111100011111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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