Html Css Color HEX #717625 Olivetone

📋 copy color: '#717625'

red 113 ◦ green 118 ◦ blue 37

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

Shades of Olivetone #717625

Tints of Olivetone #717625

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.03%

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

R = 42.16%
G = 44.03%
B = 13.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#717625 (or 0x717625) is known color: Olivetone. HEX triplet: 71, 76 and 25. RGB value is (113,118,37). Sum of RGB (Red+Green+Blue) = 113+118+37=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #717625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717625 is #8E89DA. Grayscale: #6B6B6B. Windows color (decimal): -9341403 or 2455153. OLE color: 2455153.

HSL color Cylindrical-coordinate representation of color #717625: hue angle of 63.7º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #717625 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 37 -
CMYK 0.04 0 0.69 0.54
HSL 63.7º 0.52% 0.3% -
HSV(B) 63.7º 0.69% 0.46% -
XYZ 13.62 16.6 4.24 -
YUV 107.27 88.34 132.09 -
System Red Green Blue C M Y K H S L
Decimal 113 118 37 0.04 0 0.69 0.54 63.7 0.52 0.3
Hex 71 76 25 4 0 45 36 40 34 1E
Octal 161 166 45 4 0 105 66 100 64 36
Binary 1110001 1110110 100101 100 0 1000101 110110 1000000 110100 11110

Color Harmonies of #717625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717625

Black with #717625

Text Example


Text Example

White with #717625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717625; }

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

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

background-color css

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

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

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

border-color css

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

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

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