Html Css Color HEX #6E7036 Olivetone

📋 copy color: '#6E7036'

red 110 ◦ green 112 ◦ blue 54

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

Shades of Olivetone #6E7036

Tints of Olivetone #6E7036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.57%

R = 39.86%
G = 40.58%
B = 19.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#6E7036 (or 0x6E7036) is known color: Olivetone. HEX triplet: 6E, 70 and 36. RGB value is (110,112,54). Sum of RGB (Red+Green+Blue) = 110+112+54=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7036 is #918FC9. Grayscale: #696969. Windows color (decimal): -9539530 or 3567726. OLE color: 3567726.

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

Color convert

RGB 110 112 54 -
CMYK 0.02 0 0.52 0.56
HSL 62.07º 0.35% 0.33% -
HSV(B) 62.07º 0.52% 0.44% -
XYZ 12.89 15.17 5.74 -
YUV 104.79 99.34 131.72 -
System Red Green Blue C M Y K H S L
Decimal 110 112 54 0.02 0 0.52 0.56 62.07 0.35 0.33
Hex 6E 70 36 2 0 34 38 3E 23 21
Octal 156 160 66 2 0 64 70 76 43 41
Binary 1101110 1110000 110110 10 0 110100 111000 111110 100011 100001

Color Harmonies of #6E7036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7036

Black with #6E7036

Text Example


Text Example

White with #6E7036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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