Html Css Color HEX #74A87A Oxley

📋 copy color: '#74A87A'

red 116 ◦ green 168 ◦ blue 122

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

Shades of Oxley #74A87A

Tints of Oxley #74A87A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.38%

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

R = 28.57%
G = 41.38%
B = 30.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#74A87A (or 0x74A87A) is known color: Oxley. HEX triplet: 74, A8 and 7A. RGB value is (116,168,122). Sum of RGB (Red+Green+Blue) = 116+168+122=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 168 - color contains mainly: green. Hex color #74A87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A87A is #8B5785. Grayscale: #939393. Windows color (decimal): -9131910 or 8038516. OLE color: 8038516.

HSL color Cylindrical-coordinate representation of color #74A87A: hue angle of 126.92º degrees, saturation: 0.23, 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 #74A87A is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 168 122 -
CMYK 0.31 0 0.27 0.34
HSL 126.92º 0.23% 0.56% -
HSV(B) 126.92º 0.31% 0.66% -
XYZ 24.72 33.12 23.5 -
YUV 147.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 116 168 122 0.31 0 0.27 0.34 126.92 0.23 0.56
Hex 74 A8 7A 1F 0 1B 22 7F 17 38
Octal 164 250 172 37 0 33 42 177 27 70
Binary 1110100 10101000 1111010 11111 0 11011 100010 1111111 10111 111000

Color Harmonies of #74A87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A87A

Black with #74A87A

Text Example


Text Example

White with #74A87A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,168,122); }

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

background-color css

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

 a { background-color: rgb(116,168,122); }

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

border-color css

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

 span { border-color: rgb(116,168,122); }

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