Html Css Color HEX #727726 Olivetone

📋 copy color: '#727726'

red 114 ◦ green 119 ◦ blue 38

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

Shades of Olivetone #727726

Tints of Olivetone #727726

RGB

 RED value IS 114 (44.92% from 255) = 42.07%

 GREEN value IS 119 (46.88% from 255) = 43.91%

 BLUE value IS 38 (15.23% from 255) = 14.02%

R = 42.07%
G = 43.91%
B = 14.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#727726 (or 0x727726) is known color: Olivetone. HEX triplet: 72, 77 and 26. RGB value is (114,119,38). Sum of RGB (Red+Green+Blue) = 114+119+38=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #727726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727726 is #8D88D9. Grayscale: #6C6C6C. Windows color (decimal): -9275610 or 2520946. OLE color: 2520946.

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

Color convert

RGB 114 119 38 -
CMYK 0.04 0 0.68 0.53
HSL 63.7º 0.52% 0.31% -
HSV(B) 63.7º 0.68% 0.47% -
XYZ 13.89 16.91 4.37 -
YUV 108.27 88.34 132.09 -
System Red Green Blue C M Y K H S L
Decimal 114 119 38 0.04 0 0.68 0.53 63.7 0.52 0.31
Hex 72 77 26 4 0 44 35 40 34 1F
Octal 162 167 46 4 0 104 65 100 64 37
Binary 1110010 1110111 100110 100 0 1000100 110101 1000000 110100 11111

Color Harmonies of #727726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727726

Black with #727726

Text Example


Text Example

White with #727726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727726; }

 p { color: rgb(114,119,38); }

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

background-color css

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

 a { background-color: rgb(114,119,38); }

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

border-color css

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

 span { border-color: rgb(114,119,38); }

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