Html Css Color HEX #716A25 Olivetone

📋 copy color: '#716A25'

red 113 ◦ green 106 ◦ blue 37

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

Shades of Olivetone #716A25

Tints of Olivetone #716A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.41%

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

R = 44.14%
G = 41.41%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#716A25 (or 0x716A25) is known color: Olivetone. HEX triplet: 71, 6A and 25. RGB value is (113,106,37). Sum of RGB (Red+Green+Blue) = 113+106+37=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #716A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A25 is #8E95DA. Grayscale: #646464. Windows color (decimal): -9344475 or 2452081. OLE color: 2452081.

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

Color convert

RGB 113 106 37 -
CMYK 0 0.06 0.67 0.56
HSL 54.47º 0.51% 0.29% -
HSV(B) 54.47º 0.67% 0.44% -
XYZ 12.3 13.95 3.8 -
YUV 100.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 113 106 37 0 0.06 0.67 0.56 54.47 0.51 0.29
Hex 71 6A 25 0 6 43 38 36 33 1D
Octal 161 152 45 0 6 103 70 66 63 35
Binary 1110001 1101010 100101 0 110 1000011 111000 110110 110011 11101

Color Harmonies of #716A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A25

Black with #716A25

Text Example


Text Example

White with #716A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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