Html Css Color HEX #6E7030 Olivetone

📋 copy color: '#6E7030'

red 110 ◦ green 112 ◦ blue 48

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

Shades of Olivetone #6E7030

Tints of Olivetone #6E7030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 40.74%
G = 41.48%
B = 17.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6E7030 (or 0x6E7030) is known color: Olivetone. HEX triplet: 6E, 70 and 30. RGB value is (110,112,48). Sum of RGB (Red+Green+Blue) = 110+112+48=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7030 is #918FCF. Grayscale: #686868. Windows color (decimal): -9539536 or 3174510. OLE color: 3174510.

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

Color convert

RGB 110 112 48 -
CMYK 0.02 0 0.57 0.56
HSL 61.88º 0.4% 0.31% -
HSV(B) 61.88º 0.57% 0.44% -
XYZ 12.76 15.12 5.04 -
YUV 104.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 110 112 48 0.02 0 0.57 0.56 61.88 0.4 0.31
Hex 6E 70 30 2 0 39 38 3E 28 1F
Octal 156 160 60 2 0 71 70 76 50 37
Binary 1101110 1110000 110000 10 0 111001 111000 111110 101000 11111

Color Harmonies of #6E7030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7030

Black with #6E7030

Text Example


Text Example

White with #6E7030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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