Html Css Color HEX #6E7135 Olivetone

📋 copy color: '#6E7135'

red 110 ◦ green 113 ◦ blue 53

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

Shades of Olivetone #6E7135

Tints of Olivetone #6E7135

RGB

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

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

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

R = 39.86%
G = 40.94%
B = 19.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#6E7135 (or 0x6E7135) is known color: Olivetone. HEX triplet: 6E, 71 and 35. RGB value is (110,113,53). Sum of RGB (Red+Green+Blue) = 110+113+53=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7135 is #918ECA. Grayscale: #696969. Windows color (decimal): -9539275 or 3502446. OLE color: 3502446.

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

Color convert

RGB 110 113 53 -
CMYK 0.03 0 0.53 0.56
HSL 63º 0.36% 0.33% -
HSV(B) 63º 0.53% 0.44% -
XYZ 12.98 15.38 5.65 -
YUV 105.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 110 113 53 0.03 0 0.53 0.56 63 0.36 0.33
Hex 6E 71 35 3 0 35 38 3F 24 21
Octal 156 161 65 3 0 65 70 77 44 41
Binary 1101110 1110001 110101 11 0 110101 111000 111111 100100 100001

Color Harmonies of #6E7135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7135

Black with #6E7135

Text Example


Text Example

White with #6E7135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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