Html Css Color HEX #6E7130 Olivetone

📋 copy color: '#6E7130'

red 110 ◦ green 113 ◦ blue 48

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

Shades of Olivetone #6E7130

Tints of Olivetone #6E7130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.7%

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

R = 40.59%
G = 41.7%
B = 17.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6E7130 (or 0x6E7130) is known color: Olivetone. HEX triplet: 6E, 71 and 30. RGB value is (110,113,48). Sum of RGB (Red+Green+Blue) = 110+113+48=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7130 is #918ECF. Grayscale: #686868. Windows color (decimal): -9539280 or 3174766. OLE color: 3174766.

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

Color convert

RGB 110 113 48 -
CMYK 0.03 0 0.58 0.56
HSL 62.77º 0.4% 0.32% -
HSV(B) 62.77º 0.58% 0.44% -
XYZ 12.87 15.34 5.08 -
YUV 104.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 110 113 48 0.03 0 0.58 0.56 62.77 0.4 0.32
Hex 6E 71 30 3 0 3A 38 3F 28 20
Octal 156 161 60 3 0 72 70 77 50 40
Binary 1101110 1110001 110000 11 0 111010 111000 111111 101000 100000

Color Harmonies of #6E7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7130

Black with #6E7130

Text Example


Text Example

White with #6E7130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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