Html Css Color HEX #74A079 Oxley

📋 copy color: '#74A079'

red 116 ◦ green 160 ◦ blue 121

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

Shades of Oxley #74A079

Tints of Oxley #74A079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.3%

 BLUE value IS 121 (47.66% from 255) = 30.48%

R = 29.22%
G = 40.3%
B = 30.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#74A079 (or 0x74A079) is known color: Oxley. HEX triplet: 74, A0 and 79. RGB value is (116,160,121). Sum of RGB (Red+Green+Blue) = 116+160+121=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 160 - color contains mainly: green. Hex color #74A079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A079 is #8B5F86. Grayscale: #8E8E8E. Windows color (decimal): -9133959 or 7970932. OLE color: 7970932.

HSL color Cylindrical-coordinate representation of color #74A079: hue angle of 126.82º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74A079 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 160 121 -
CMYK 0.28 0 0.24 0.37
HSL 126.82º 0.19% 0.54% -
HSV(B) 126.82º 0.28% 0.63% -
XYZ 23.22 30.24 22.7 -
YUV 142.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 116 160 121 0.28 0 0.24 0.37 126.82 0.19 0.54
Hex 74 A0 79 1C 0 18 25 7F 13 36
Octal 164 240 171 34 0 30 45 177 23 66
Binary 1110100 10100000 1111001 11100 0 11000 100101 1111111 10011 110110

Color Harmonies of #74A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A079

Black with #74A079

Text Example


Text Example

White with #74A079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,160,121); }

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

background-color css

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

 a { background-color: rgb(116,160,121); }

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

border-color css

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

 span { border-color: rgb(116,160,121); }

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