Html Css Color HEX #72926A Xanadu

📋 copy color: '#72926A'

red 114 ◦ green 146 ◦ blue 106

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

Shades of Xanadu #72926A

Tints of Xanadu #72926A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.89%

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 31.15%
G = 39.89%
B = 28.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#72926A (or 0x72926A) is known color: Xanadu. HEX triplet: 72, 92 and 6A. RGB value is (114,146,106). Sum of RGB (Red+Green+Blue) = 114+146+106=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #72926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72926A is #8D6D95. Grayscale: #848484. Windows color (decimal): -9268630 or 6984306. OLE color: 6984306.

HSL color Cylindrical-coordinate representation of color #72926A: hue angle of 108º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72926A is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 106 -
CMYK 0.22 0 0.27 0.43
HSL 108º 0.16% 0.49% -
HSV(B) 108º 0.27% 0.57% -
XYZ 19.82 25.18 17.45 -
YUV 131.87 113.4 115.25 -
System Red Green Blue C M Y K H S L
Decimal 114 146 106 0.22 0 0.27 0.43 108 0.16 0.49
Hex 72 92 6A 16 0 1B 2B 6C 10 31
Octal 162 222 152 26 0 33 53 154 20 61
Binary 1110010 10010010 1101010 10110 0 11011 101011 1101100 10000 110001

Color Harmonies of #72926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72926A

Black with #72926A

Text Example


Text Example

White with #72926A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,146,106); }

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

background-color css

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

 a { background-color: rgb(114,146,106); }

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

border-color css

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

 span { border-color: rgb(114,146,106); }

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