Html Css Color HEX #72936D Xanadu

📋 copy color: '#72936D'

red 114 ◦ green 147 ◦ blue 109

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

Shades of Xanadu #72936D

Tints of Xanadu #72936D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.73%

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 30.81%
G = 39.73%
B = 29.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#72936D (or 0x72936D) is known color: Xanadu. HEX triplet: 72, 93 and 6D. RGB value is (114,147,109). Sum of RGB (Red+Green+Blue) = 114+147+109=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #72936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72936D is #8D6C92. Grayscale: #848484. Windows color (decimal): -9268371 or 7181170. OLE color: 7181170.

HSL color Cylindrical-coordinate representation of color #72936D: hue angle of 112.11º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72936D is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 147 109 -
CMYK 0.22 0 0.26 0.42
HSL 112.11º 0.15% 0.5% -
HSV(B) 112.11º 0.26% 0.58% -
XYZ 20.13 25.55 18.34 -
YUV 132.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 114 147 109 0.22 0 0.26 0.42 112.11 0.15 0.5
Hex 72 93 6D 16 0 1A 2A 70 F 32
Octal 162 223 155 26 0 32 52 160 17 62
Binary 1110010 10010011 1101101 10110 0 11010 101010 1110000 1111 110010

Color Harmonies of #72936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72936D

Black with #72936D

Text Example


Text Example

White with #72936D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,147,109); }

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

background-color css

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

 a { background-color: rgb(114,147,109); }

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

border-color css

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

 span { border-color: rgb(114,147,109); }

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