Html Css Color HEX #72742F Olivetone

📋 copy color: '#72742F'

red 114 ◦ green 116 ◦ blue 47

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

Shades of Olivetone #72742F

Tints of Olivetone #72742F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.97%

R = 41.16%
G = 41.88%
B = 16.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72742F (or 0x72742F) is known color: Olivetone. HEX triplet: 72, 74 and 2F. RGB value is (114,116,47). Sum of RGB (Red+Green+Blue) = 114+116+47=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #72742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72742F is #8D8BD0. Grayscale: #6B6B6B. Windows color (decimal): -9276369 or 3110002. OLE color: 3110002.

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

Color convert

RGB 114 116 47 -
CMYK 0.02 0 0.59 0.55
HSL 61.74º 0.42% 0.32% -
HSV(B) 61.74º 0.59% 0.45% -
XYZ 13.7 16.27 5.11 -
YUV 107.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 114 116 47 0.02 0 0.59 0.55 61.74 0.42 0.32
Hex 72 74 2F 2 0 3B 37 3E 2A 20
Octal 162 164 57 2 0 73 67 76 52 40
Binary 1110010 1110100 101111 10 0 111011 110111 111110 101010 100000

Color Harmonies of #72742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72742F

Black with #72742F

Text Example


Text Example

White with #72742F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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