Html Css Color HEX #717025 Olivetone

📋 copy color: '#717025'

red 113 ◦ green 112 ◦ blue 37

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

Shades of Olivetone #717025

Tints of Olivetone #717025

RGB

 RED value IS 113 (44.53% from 255) = 43.13%

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

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

R = 43.13%
G = 42.75%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#717025 (or 0x717025) is known color: Olivetone. HEX triplet: 71, 70 and 25. RGB value is (113,112,37). Sum of RGB (Red+Green+Blue) = 113+112+37=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #717025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717025 is #8E8FDA. Grayscale: #686868. Windows color (decimal): -9342939 or 2453617. OLE color: 2453617.

HSL color Cylindrical-coordinate representation of color #717025: hue angle of 59.21º degrees, saturation: 0.51, 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 #717025 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 37 -
CMYK 0 0.01 0.67 0.56
HSL 59.21º 0.51% 0.29% -
HSV(B) 59.21º 0.67% 0.44% -
XYZ 12.94 15.23 4.01 -
YUV 103.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 113 112 37 0 0.01 0.67 0.56 59.21 0.51 0.29
Hex 71 70 25 0 1 43 38 3B 33 1D
Octal 161 160 45 0 1 103 70 73 63 35
Binary 1110001 1110000 100101 0 1 1000011 111000 111011 110011 11101

Color Harmonies of #717025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717025

Black with #717025

Text Example


Text Example

White with #717025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717025; }

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

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

background-color css

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

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

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

border-color css

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

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

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