Html Css Color HEX #72771F Olivetone

📋 copy color: '#72771F'

red 114 ◦ green 119 ◦ blue 31

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

Shades of Olivetone #72771F

Tints of Olivetone #72771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.74%

R = 43.18%
G = 45.08%
B = 11.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#72771F (or 0x72771F) is known color: Olivetone. HEX triplet: 72, 77 and 1F. RGB value is (114,119,31). Sum of RGB (Red+Green+Blue) = 114+119+31=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #72771F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72771F is #8D88E0. Grayscale: #6B6B6B. Windows color (decimal): -9275617 or 2062194. OLE color: 2062194.

HSL color Cylindrical-coordinate representation of color #72771F: hue angle of 63.41º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72771F is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 31 -
CMYK 0.04 0 0.74 0.53
HSL 63.41º 0.59% 0.29% -
HSV(B) 63.41º 0.74% 0.47% -
XYZ 13.78 16.87 3.83 -
YUV 107.47 84.84 132.66 -
System Red Green Blue C M Y K H S L
Decimal 114 119 31 0.04 0 0.74 0.53 63.41 0.59 0.29
Hex 72 77 1F 4 0 4A 35 3F 3B 1D
Octal 162 167 37 4 0 112 65 77 73 35
Binary 1110010 1110111 11111 100 0 1001010 110101 111111 111011 11101

Color Harmonies of #72771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72771F

Black with #72771F

Text Example


Text Example

White with #72771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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