Html Css Color HEX #72742A Olivetone

📋 copy color: '#72742A'

red 114 ◦ green 116 ◦ blue 42

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

Shades of Olivetone #72742A

Tints of Olivetone #72742A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.44%

R = 41.91%
G = 42.65%
B = 15.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#72742A (or 0x72742A) is known color: Olivetone. HEX triplet: 72, 74 and 2A. RGB value is (114,116,42). Sum of RGB (Red+Green+Blue) = 114+116+42=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #72742A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72742A is #8D8BD5. Grayscale: #6B6B6B. Windows color (decimal): -9276374 or 2782322. OLE color: 2782322.

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

Color convert

RGB 114 116 42 -
CMYK 0.02 0 0.64 0.55
HSL 61.62º 0.47% 0.31% -
HSV(B) 61.62º 0.64% 0.45% -
XYZ 13.6 16.24 4.61 -
YUV 106.97 91.34 133.02 -
System Red Green Blue C M Y K H S L
Decimal 114 116 42 0.02 0 0.64 0.55 61.62 0.47 0.31
Hex 72 74 2A 2 0 40 37 3E 2F 1F
Octal 162 164 52 2 0 100 67 76 57 37
Binary 1110010 1110100 101010 10 0 1000000 110111 111110 101111 11111

Color Harmonies of #72742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72742A

Black with #72742A

Text Example


Text Example

White with #72742A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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