Html Css Color HEX #6E7025 Olivetone

📋 copy color: '#6E7025'

red 110 ◦ green 112 ◦ blue 37

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

Shades of Olivetone #6E7025

Tints of Olivetone #6E7025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.29%

R = 42.47%
G = 43.24%
B = 14.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6E7025 (or 0x6E7025) is known color: Olivetone. HEX triplet: 6E, 70 and 25. RGB value is (110,112,37). Sum of RGB (Red+Green+Blue) = 110+112+37=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7025 is #918FDA. Grayscale: #676767. Windows color (decimal): -9539547 or 2453614. OLE color: 2453614.

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

Color convert

RGB 110 112 37 -
CMYK 0.02 0 0.67 0.56
HSL 61.6º 0.5% 0.29% -
HSV(B) 61.6º 0.67% 0.44% -
XYZ 12.56 15.04 3.99 -
YUV 102.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 110 112 37 0.02 0 0.67 0.56 61.6 0.5 0.29
Hex 6E 70 25 2 0 43 38 3E 32 1D
Octal 156 160 45 2 0 103 70 76 62 35
Binary 1101110 1110000 100101 10 0 1000011 111000 111110 110010 11101

Color Harmonies of #6E7025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7025

Black with #6E7025

Text Example


Text Example

White with #6E7025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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