Html Css Color HEX #6E7035 Olivetone

📋 copy color: '#6E7035'

red 110 ◦ green 112 ◦ blue 53

#6E7035
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #6E7035

Tints of Olivetone #6E7035

RGB

 RED value IS 110 (43.36% from 255) = 40%

 GREEN value IS 112 (44.14% from 255) = 40.73%

 BLUE value IS 53 (21.09% from 255) = 19.27%

R = 40%
G = 40.73%
B = 19.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#6E7035 (or 0x6E7035) is known color: Olivetone. HEX triplet: 6E, 70 and 35. RGB value is (110,112,53). Sum of RGB (Red+Green+Blue) = 110+112+53=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7035 is #918FCA. Grayscale: #686868. Windows color (decimal): -9539531 or 3502190. OLE color: 3502190.

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

Color convert

RGB 110 112 53 -
CMYK 0.02 0 0.53 0.56
HSL 62.03º 0.36% 0.32% -
HSV(B) 62.03º 0.53% 0.44% -
XYZ 12.87 15.16 5.62 -
YUV 104.68 98.84 131.8 -
System Red Green Blue C M Y K H S L
Decimal 110 112 53 0.02 0 0.53 0.56 62.03 0.36 0.32
Hex 6E 70 35 2 0 35 38 3E 24 20
Octal 156 160 65 2 0 65 70 76 44 40
Binary 1101110 1110000 110101 10 0 110101 111000 111110 100100 100000

Color Harmonies of #6E7035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7035

Black with #6E7035

Text Example


Text Example

White with #6E7035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,112,53); }

 H1.HeaderClassName
 {
   color: #6E7035;
 }
 .AnyTagClassName
 {
   color: #6E7035;
 }
</style>

background-color css

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

 a { background-color: rgb(110,112,53); }

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

border-color css

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

 span { border-color: rgb(110,112,53); }

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