Html Css Color HEX #717125 Olivetone

📋 copy color: '#717125'

red 113 ◦ green 113 ◦ blue 37

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

Shades of Olivetone #717125

Tints of Olivetone #717125

RGB

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

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

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

R = 42.97%
G = 42.97%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#717125 (or 0x717125) is known color: Olivetone. HEX triplet: 71, 71 and 25. RGB value is (113,113,37). Sum of RGB (Red+Green+Blue) = 113+113+37=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717125 is #8E8EDA. Grayscale: #686868. Windows color (decimal): -9342683 or 2453873. OLE color: 2453873.

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

Color convert

RGB 113 113 37 -
CMYK 0 0 0.67 0.56
HSL 60º 0.51% 0.29% -
HSV(B) 60º 0.67% 0.44% -
XYZ 13.05 15.45 4.05 -
YUV 104.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 113 113 37 0 0 0.67 0.56 60 0.51 0.29
Hex 71 71 25 0 0 43 38 3C 33 1D
Octal 161 161 45 0 0 103 70 74 63 35
Binary 1110001 1110001 100101 0 0 1000011 111000 111100 110011 11101

Color Harmonies of #717125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717125

Black with #717125

Text Example


Text Example

White with #717125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717125; }

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

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

background-color css

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

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

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

border-color css

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

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

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