Html Css Color HEX #75977B Oxley

📋 copy color: '#75977B'

red 117 ◦ green 151 ◦ blue 123

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

Shades of Oxley #75977B

Tints of Oxley #75977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.62%

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 29.92%
G = 38.62%
B = 31.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#75977B (or 0x75977B) is known color: Oxley. HEX triplet: 75, 97 and 7B. RGB value is (117,151,123). Sum of RGB (Red+Green+Blue) = 117+151+123=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #75977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75977B is #8A6884. Grayscale: #898989. Windows color (decimal): -9070725 or 8099701. OLE color: 8099701.

HSL color Cylindrical-coordinate representation of color #75977B: hue angle of 130.59º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75977B is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 123 -
CMYK 0.23 0 0.19 0.41
HSL 130.59º 0.14% 0.53% -
HSV(B) 130.59º 0.23% 0.59% -
XYZ 21.98 27.35 22.86 -
YUV 137.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 117 151 123 0.23 0 0.19 0.41 130.59 0.14 0.53
Hex 75 97 7B 17 0 13 29 83 E 35
Octal 165 227 173 27 0 23 51 203 16 65
Binary 1110101 10010111 1111011 10111 0 10011 101001 10000011 1110 110101

Color Harmonies of #75977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75977B

Black with #75977B

Text Example


Text Example

White with #75977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,151,123); }

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

background-color css

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

 a { background-color: rgb(117,151,123); }

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

border-color css

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

 span { border-color: rgb(117,151,123); }

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