Html Css Color HEX #74A980 Oxley

📋 copy color: '#74A980'

red 116 ◦ green 169 ◦ blue 128

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

Shades of Oxley #74A980

Tints of Oxley #74A980

RGB

 RED value IS 116 (45.7% from 255) = 28.09%

 GREEN value IS 169 (66.41% from 255) = 40.92%

 BLUE value IS 128 (50.39% from 255) = 30.99%

R = 28.09%
G = 40.92%
B = 30.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#74A980 (or 0x74A980) is known color: Oxley. HEX triplet: 74, A9 and 80. RGB value is (116,169,128). Sum of RGB (Red+Green+Blue) = 116+169+128=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 169 - color contains mainly: green. Hex color #74A980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A980 is #8B567F. Grayscale: #949494. Windows color (decimal): -9131648 or 8431988. OLE color: 8431988.

HSL color Cylindrical-coordinate representation of color #74A980: hue angle of 133.58º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A980 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 169 128 -
CMYK 0.31 0 0.24 0.34
HSL 133.58º 0.24% 0.56% -
HSV(B) 133.58º 0.31% 0.66% -
XYZ 25.29 33.65 25.58 -
YUV 148.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 116 169 128 0.31 0 0.24 0.34 133.58 0.24 0.56
Hex 74 A9 80 1F 0 18 22 86 18 38
Octal 164 251 200 37 0 30 42 206 30 70
Binary 1110100 10101001 10000000 11111 0 11000 100010 10000110 11000 111000

Color Harmonies of #74A980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A980

Black with #74A980

Text Example


Text Example

White with #74A980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A980; }

 p { color: rgb(116,169,128); }

 H1.HeaderClassName
 {
   color: #74A980;
 }
 .AnyTagClassName
 {
   color: #74A980;
 }
</style>

background-color css

<style>
 a { background-color: #74A980; }

 a { background-color: rgb(116,169,128); }

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

border-color css

<style>
 span { border-color: #74A980; }

 span { border-color: rgb(116,169,128); }

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