#74A07E

Color #74A07E Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #74A07E

Tints of Oxley #74A07E

Color information

#74A07E (or 0x74A07E) is unknown color: approx Oxley. HEX triplet: 74, A0 and 7E. RGB value is (116,160,126). Sum of RGB (Red+Green+Blue) = 116+160+126=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 160 - color contains mainly: green. Hex color #74A07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A07E is #8B5F81. Grayscale: #8F8F8F. Windows color (decimal): -9133954 or 8298612. OLE color: 8298612.

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

Color convert

RGB116160126-
CMYK0.2800.210.37
HSL133.64º18.8%54.12%-
HSV(B)133.64º27.5%62.75%-
XYZ23.5430.3624.36-
YUV142.97118.42108.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.86%
GREEN value IS 160 (62.89% from 255) = 39.80%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=28.86%
G=39.80%
B=31.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1161601260.2800.210.37133.6418.854.12
Hex74A07E1C01525861336
Octal16424017634025452062366
Binary1110100101000001111110111000101011001011000011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74A07E;
 }
 .AnyTagClassName
 {
   color: #74A07E;
 }
</style>
background-color css

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

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

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

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

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

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