Html Css Color HEX #75936C Xanadu

📋 copy color: '#75936C'

red 117 ◦ green 147 ◦ blue 108

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

Shades of Xanadu #75936C

Tints of Xanadu #75936C

RGB

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

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

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

R = 31.45%
G = 39.52%
B = 29.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#75936C (or 0x75936C) is known color: Xanadu. HEX triplet: 75, 93 and 6C. RGB value is (117,147,108). Sum of RGB (Red+Green+Blue) = 117+147+108=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #75936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75936C is #8A6C93. Grayscale: #858585. Windows color (decimal): -9071764 or 7115637. OLE color: 7115637.

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

Color convert

RGB 117 147 108 -
CMYK 0.20 0 0.27 0.42
HSL 106.15º 0.15% 0.5% -
HSV(B) 106.15º 0.27% 0.58% -
XYZ 20.48 25.73 18.07 -
YUV 133.58 113.56 116.17 -
System Red Green Blue C M Y K H S L
Decimal 117 147 108 0.20 0 0.27 0.42 106.15 0.15 0.5
Hex 75 93 6C 14 0 1B 2A 6A F 32
Octal 165 223 154 24 0 33 52 152 17 62
Binary 1110101 10010011 1101100 10100 0 11011 101010 1101010 1111 110010

Color Harmonies of #75936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75936C

Black with #75936C

Text Example


Text Example

White with #75936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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