Html Css Color HEX #75926A Xanadu

📋 copy color: '#75926A'

red 117 ◦ green 146 ◦ blue 106

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

Shades of Xanadu #75926A

Tints of Xanadu #75926A

RGB

 RED value IS 117 (46.09% from 255) = 31.71%

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

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

R = 31.71%
G = 39.57%
B = 28.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#75926A (or 0x75926A) is known color: Xanadu. HEX triplet: 75, 92 and 6A. RGB value is (117,146,106). Sum of RGB (Red+Green+Blue) = 117+146+106=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #75926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75926A is #8A6D95. Grayscale: #848484. Windows color (decimal): -9072022 or 6984309. OLE color: 6984309.

HSL color Cylindrical-coordinate representation of color #75926A: hue angle of 103.5º 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 #75926A is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 106 -
CMYK 0.20 0 0.27 0.43
HSL 103.5º 0.16% 0.49% -
HSV(B) 103.5º 0.27% 0.57% -
XYZ 20.22 25.38 17.47 -
YUV 132.77 112.89 116.75 -
System Red Green Blue C M Y K H S L
Decimal 117 146 106 0.20 0 0.27 0.43 103.5 0.16 0.49
Hex 75 92 6A 14 0 1B 2B 68 10 31
Octal 165 222 152 24 0 33 53 150 20 61
Binary 1110101 10010010 1101010 10100 0 11011 101011 1101000 10000 110001

Color Harmonies of #75926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75926A

Black with #75926A

Text Example


Text Example

White with #75926A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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