Html Css Color HEX #72741F Olivetone

📋 copy color: '#72741F'

red 114 ◦ green 116 ◦ blue 31

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

Shades of Olivetone #72741F

Tints of Olivetone #72741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.44%

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

R = 43.68%
G = 44.44%
B = 11.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72741F (or 0x72741F) is known color: Olivetone. HEX triplet: 72, 74 and 1F. RGB value is (114,116,31). Sum of RGB (Red+Green+Blue) = 114+116+31=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #72741F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72741F is #8D8BE0. Grayscale: #6A6A6A. Windows color (decimal): -9276385 or 2061426. OLE color: 2061426.

HSL color Cylindrical-coordinate representation of color #72741F: hue angle of 61.41º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72741F is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 116 31 -
CMYK 0.02 0 0.73 0.55
HSL 61.41º 0.58% 0.29% -
HSV(B) 61.41º 0.73% 0.45% -
XYZ 13.43 16.17 3.71 -
YUV 105.71 85.84 133.91 -
System Red Green Blue C M Y K H S L
Decimal 114 116 31 0.02 0 0.73 0.55 61.41 0.58 0.29
Hex 72 74 1F 2 0 49 37 3D 3A 1D
Octal 162 164 37 2 0 111 67 75 72 35
Binary 1110010 1110100 11111 10 0 1001001 110111 111101 111010 11101

Color Harmonies of #72741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72741F

Black with #72741F

Text Example


Text Example

White with #72741F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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