Html Css Color HEX #716B23 Olivetone

📋 copy color: '#716B23'

red 113 ◦ green 107 ◦ blue 35

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

Shades of Olivetone #716B23

Tints of Olivetone #716B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.73%

R = 44.31%
G = 41.96%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#716B23 (or 0x716B23) is known color: Olivetone. HEX triplet: 71, 6B and 23. RGB value is (113,107,35). Sum of RGB (Red+Green+Blue) = 113+107+35=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #716B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B23 is #8E94DC. Grayscale: #646464. Windows color (decimal): -9344221 or 2321265. OLE color: 2321265.

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

Color convert

RGB 113 107 35 -
CMYK 0 0.05 0.69 0.56
HSL 55.38º 0.53% 0.29% -
HSV(B) 55.38º 0.69% 0.44% -
XYZ 12.37 14.15 3.67 -
YUV 100.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 113 107 35 0 0.05 0.69 0.56 55.38 0.53 0.29
Hex 71 6B 23 0 5 45 38 37 35 1D
Octal 161 153 43 0 5 105 70 67 65 35
Binary 1110001 1101011 100011 0 101 1000101 111000 110111 110101 11101

Color Harmonies of #716B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B23

Black with #716B23

Text Example


Text Example

White with #716B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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