#6D7023

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

Shades of Olivetone #6D7023

Tints of Olivetone #6D7023

Color information

#6D7023 (or 0x6D7023) is unknown color: approx Olivetone. HEX triplet: 6D, 70 and 23. RGB value is (109,112,35). Sum of RGB (Red+Green+Blue) = 109+112+35=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7023 is #928FDC. Grayscale: #666666. Windows color (decimal): -9605085 or 2322541. OLE color: 2322541.

HSL color Cylindrical-coordinate representation of color #6D7023: hue angle of 62.34º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D7023 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB10911235-
CMYK0.0300.690.56
HSL62.34º52.38%28.82%-
HSV(B)62.34º68.75%43.92%-
XYZ12.414.963.82-
YUV102.3290.01132.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.58%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 35 (14.06% from 255) = 13.67%
R=42.58%
G=43.75%
B=13.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112350.0300.690.5662.3452.3828.82
Hex6D70233045383e341d
Octal155160433010570766435
Binary11011011110000100011110100010111100011111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,35); }

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

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

 a { background-color: rgb(109,112,35); }

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

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

 span { border-color: rgb(109,112,35); }

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