Html Css Color HEX #72906B Xanadu

📋 copy color: '#72906B'

red 114 ◦ green 144 ◦ blue 107

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

Shades of Xanadu #72906B

Tints of Xanadu #72906B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 31.23%
G = 39.45%
B = 29.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#72906B (or 0x72906B) is known color: Xanadu. HEX triplet: 72, 90 and 6B. RGB value is (114,144,107). Sum of RGB (Red+Green+Blue) = 114+144+107=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #72906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72906B is #8D6F94. Grayscale: #828282. Windows color (decimal): -9269141 or 7049330. OLE color: 7049330.

HSL color Cylindrical-coordinate representation of color #72906B: hue angle of 108.65º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72906B is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 144 107 -
CMYK 0.21 0 0.26 0.44
HSL 108.65º 0.15% 0.49% -
HSV(B) 108.65º 0.26% 0.56% -
XYZ 19.57 24.59 17.62 -
YUV 130.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 114 144 107 0.21 0 0.26 0.44 108.65 0.15 0.49
Hex 72 90 6B 15 0 1A 2C 6D F 31
Octal 162 220 153 25 0 32 54 155 17 61
Binary 1110010 10010000 1101011 10101 0 11010 101100 1101101 1111 110001

Color Harmonies of #72906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72906B

Black with #72906B

Text Example


Text Example

White with #72906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,144,107); }

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

background-color css

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

 a { background-color: rgb(114,144,107); }

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

border-color css

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

 span { border-color: rgb(114,144,107); }

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