Html Css Color HEX #72936C Xanadu

📋 copy color: '#72936C'

red 114 ◦ green 147 ◦ blue 108

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

Shades of Xanadu #72936C

Tints of Xanadu #72936C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 30.89%
G = 39.84%
B = 29.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#72936C (or 0x72936C) is known color: Xanadu. HEX triplet: 72, 93 and 6C. RGB value is (114,147,108). Sum of RGB (Red+Green+Blue) = 114+147+108=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #72936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72936C is #8D6C93. Grayscale: #848484. Windows color (decimal): -9268372 or 7115634. OLE color: 7115634.

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

Color convert

RGB 114 147 108 -
CMYK 0.22 0 0.27 0.42
HSL 110.77º 0.15% 0.5% -
HSV(B) 110.77º 0.27% 0.58% -
XYZ 20.08 25.53 18.06 -
YUV 132.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 114 147 108 0.22 0 0.27 0.42 110.77 0.15 0.5
Hex 72 93 6C 16 0 1B 2A 6F F 32
Octal 162 223 154 26 0 33 52 157 17 62
Binary 1110010 10010011 1101100 10110 0 11011 101010 1101111 1111 110010

Color Harmonies of #72936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72936C

Black with #72936C

Text Example


Text Example

White with #72936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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