Html Css Color HEX #716B22 Olivetone

📋 copy color: '#716B22'

red 113 ◦ green 107 ◦ blue 34

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

Shades of Olivetone #716B22

Tints of Olivetone #716B22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.39%

R = 44.49%
G = 42.13%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#716B22 (or 0x716B22) is known color: Olivetone. HEX triplet: 71, 6B and 22. RGB value is (113,107,34). Sum of RGB (Red+Green+Blue) = 113+107+34=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #716B22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B22 is #8E94DD. Grayscale: #646464. Windows color (decimal): -9344222 or 2255729. OLE color: 2255729.

HSL color Cylindrical-coordinate representation of color #716B22: hue angle of 55.44º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #716B22 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 107 34 -
CMYK 0 0.05 0.70 0.56
HSL 55.44º 0.54% 0.29% -
HSV(B) 55.44º 0.7% 0.44% -
XYZ 12.36 14.14 3.59 -
YUV 100.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 113 107 34 0 0.05 0.70 0.56 55.44 0.54 0.29
Hex 71 6B 22 0 5 46 38 37 36 1D
Octal 161 153 42 0 5 106 70 67 66 35
Binary 1110001 1101011 100010 0 101 1000110 111000 110111 110110 11101

Color Harmonies of #716B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B22

Black with #716B22

Text Example


Text Example

White with #716B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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