Html Css Color HEX #716B25 Olivetone

📋 copy color: '#716B25'

red 113 ◦ green 107 ◦ blue 37

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

Shades of Olivetone #716B25

Tints of Olivetone #716B25

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.63%

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

R = 43.97%
G = 41.63%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#716B25 (or 0x716B25) is known color: Olivetone. HEX triplet: 71, 6B and 25. RGB value is (113,107,37). Sum of RGB (Red+Green+Blue) = 113+107+37=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #716B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B25 is #8E94DA. Grayscale: #656565. Windows color (decimal): -9344219 or 2452337. OLE color: 2452337.

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

Color convert

RGB 113 107 37 -
CMYK 0 0.05 0.67 0.56
HSL 55.26º 0.51% 0.29% -
HSV(B) 55.26º 0.67% 0.44% -
XYZ 12.4 14.16 3.83 -
YUV 100.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 113 107 37 0 0.05 0.67 0.56 55.26 0.51 0.29
Hex 71 6B 25 0 5 43 38 37 33 1D
Octal 161 153 45 0 5 103 70 67 63 35
Binary 1110001 1101011 100101 0 101 1000011 111000 110111 110011 11101

Color Harmonies of #716B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B25

Black with #716B25

Text Example


Text Example

White with #716B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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