Html Css Color HEX #75A77A Oxley

📋 copy color: '#75A77A'

red 117 ◦ green 167 ◦ blue 122

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

Shades of Oxley #75A77A

Tints of Oxley #75A77A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

 BLUE value IS 122 (48.05% from 255) = 30.05%

R = 28.82%
G = 41.13%
B = 30.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#75A77A (or 0x75A77A) is known color: Oxley. HEX triplet: 75, A7 and 7A. RGB value is (117,167,122). Sum of RGB (Red+Green+Blue) = 117+167+122=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 167 - color contains mainly: green. Hex color #75A77A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A77A is #8A5885. Grayscale: #939393. Windows color (decimal): -9066630 or 8038261. OLE color: 8038261.

HSL color Cylindrical-coordinate representation of color #75A77A: hue angle of 126º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A77A is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 167 122 -
CMYK 0.30 0 0.27 0.35
HSL 126º 0.22% 0.56% -
HSV(B) 126º 0.3% 0.65% -
XYZ 24.67 32.82 23.45 -
YUV 146.92 113.94 106.66 -
System Red Green Blue C M Y K H S L
Decimal 117 167 122 0.30 0 0.27 0.35 126 0.22 0.56
Hex 75 A7 7A 1E 0 1B 23 7E 16 38
Octal 165 247 172 36 0 33 43 176 26 70
Binary 1110101 10100111 1111010 11110 0 11011 100011 1111110 10110 111000

Color Harmonies of #75A77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A77A

Black with #75A77A

Text Example


Text Example

White with #75A77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A77A; }

 p { color: rgb(117,167,122); }

 H1.HeaderClassName
 {
   color: #75A77A;
 }
 .AnyTagClassName
 {
   color: #75A77A;
 }
</style>

background-color css

<style>
 a { background-color: #75A77A; }

 a { background-color: rgb(117,167,122); }

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

border-color css

<style>
 span { border-color: #75A77A; }

 span { border-color: rgb(117,167,122); }

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