Html Css Color HEX #72742B Olivetone

📋 copy color: '#72742B'

red 114 ◦ green 116 ◦ blue 43

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

Shades of Olivetone #72742B

Tints of Olivetone #72742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 41.76%
G = 42.49%
B = 15.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#72742B (or 0x72742B) is known color: Olivetone. HEX triplet: 72, 74 and 2B. RGB value is (114,116,43). Sum of RGB (Red+Green+Blue) = 114+116+43=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #72742B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72742B is #8D8BD4. Grayscale: #6B6B6B. Windows color (decimal): -9276373 or 2847858. OLE color: 2847858.

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

Color convert

RGB 114 116 43 -
CMYK 0.02 0 0.63 0.55
HSL 61.64º 0.46% 0.31% -
HSV(B) 61.64º 0.63% 0.45% -
XYZ 13.62 16.24 4.7 -
YUV 107.08 91.84 132.94 -
System Red Green Blue C M Y K H S L
Decimal 114 116 43 0.02 0 0.63 0.55 61.64 0.46 0.31
Hex 72 74 2B 2 0 3F 37 3E 2E 1F
Octal 162 164 53 2 0 77 67 76 56 37
Binary 1110010 1110100 101011 10 0 111111 110111 111110 101110 11111

Color Harmonies of #72742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72742B

Black with #72742B

Text Example


Text Example

White with #72742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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