Html Css Color HEX #72751D Olivetone

📋 copy color: '#72751D'

red 114 ◦ green 117 ◦ blue 29

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

Shades of Olivetone #72751D

Tints of Olivetone #72751D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45%

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

R = 43.85%
G = 45%
B = 11.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#72751D (or 0x72751D) is known color: Olivetone. HEX triplet: 72, 75 and 1D. RGB value is (114,117,29). Sum of RGB (Red+Green+Blue) = 114+117+29=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #72751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72751D is #8D8AE2. Grayscale: #6A6A6A. Windows color (decimal): -9276131 or 1930610. OLE color: 1930610.

HSL color Cylindrical-coordinate representation of color #72751D: hue angle of 62.05º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72751D is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 117 29 -
CMYK 0.03 0 0.75 0.54
HSL 62.05º 0.6% 0.29% -
HSV(B) 62.05º 0.75% 0.46% -
XYZ 13.52 16.39 3.61 -
YUV 106.07 84.51 133.66 -
System Red Green Blue C M Y K H S L
Decimal 114 117 29 0.03 0 0.75 0.54 62.05 0.6 0.29
Hex 72 75 1D 3 0 4B 36 3E 3C 1D
Octal 162 165 35 3 0 113 66 76 74 35
Binary 1110010 1110101 11101 11 0 1001011 110110 111110 111100 11101

Color Harmonies of #72751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72751D

Black with #72751D

Text Example


Text Example

White with #72751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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