Html Css Color HEX #75926B Xanadu

📋 copy color: '#75926B'

red 117 ◦ green 146 ◦ blue 107

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

Shades of Xanadu #75926B

Tints of Xanadu #75926B

RGB

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

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

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

R = 31.62%
G = 39.46%
B = 28.92%

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

#75926B (or 0x75926B) is known color: Xanadu. HEX triplet: 75, 92 and 6B. RGB value is (117,146,107). Sum of RGB (Red+Green+Blue) = 117+146+107=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #75926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75926B is #8A6D94. Grayscale: #858585. Windows color (decimal): -9072021 or 7049845. OLE color: 7049845.

HSL color Cylindrical-coordinate representation of color #75926B: hue angle of 104.62º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75926B is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 107 -
CMYK 0.20 0 0.27 0.43
HSL 104.62º 0.15% 0.5% -
HSV(B) 104.62º 0.27% 0.57% -
XYZ 20.27 25.4 17.74 -
YUV 132.88 113.39 116.67 -
System Red Green Blue C M Y K H S L
Decimal 117 146 107 0.20 0 0.27 0.43 104.62 0.15 0.5
Hex 75 92 6B 14 0 1B 2B 69 F 32
Octal 165 222 153 24 0 33 53 151 17 62
Binary 1110101 10010010 1101011 10100 0 11011 101011 1101001 1111 110010

Color Harmonies of #75926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75926B

Black with #75926B

Text Example


Text Example

White with #75926B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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