Html Css Color HEX #72741D Olivetone

📋 copy color: '#72741D'

red 114 ◦ green 116 ◦ blue 29

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

Shades of Olivetone #72741D

Tints of Olivetone #72741D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.2%

R = 44.02%
G = 44.79%
B = 11.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72741D (or 0x72741D) is known color: Olivetone. HEX triplet: 72, 74 and 1D. RGB value is (114,116,29). Sum of RGB (Red+Green+Blue) = 114+116+29=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #72741D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72741D is #8D8BE2. Grayscale: #696969. Windows color (decimal): -9276387 or 1930354. OLE color: 1930354.

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

Color convert

RGB 114 116 29 -
CMYK 0.02 0 0.75 0.55
HSL 61.38º 0.6% 0.28% -
HSV(B) 61.38º 0.75% 0.45% -
XYZ 13.41 16.16 3.57 -
YUV 105.48 84.84 134.07 -
System Red Green Blue C M Y K H S L
Decimal 114 116 29 0.02 0 0.75 0.55 61.38 0.6 0.28
Hex 72 74 1D 2 0 4B 37 3D 3C 1C
Octal 162 164 35 2 0 113 67 75 74 34
Binary 1110010 1110100 11101 10 0 1001011 110111 111101 111100 11100

Color Harmonies of #72741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72741D

Black with #72741D

Text Example


Text Example

White with #72741D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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