Html Css Color HEX #74A977 Oxley

📋 copy color: '#74A977'

red 116 ◦ green 169 ◦ blue 119

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

Shades of Oxley #74A977

Tints of Oxley #74A977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.46%

R = 28.71%
G = 41.83%
B = 29.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#74A977 (or 0x74A977) is known color: Oxley. HEX triplet: 74, A9 and 77. RGB value is (116,169,119). Sum of RGB (Red+Green+Blue) = 116+169+119=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 169 - color contains mainly: green. Hex color #74A977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A977 is #8B5688. Grayscale: #939393. Windows color (decimal): -9131657 or 7842164. OLE color: 7842164.

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

Color convert

RGB 116 169 119 -
CMYK 0.31 0 0.30 0.34
HSL 123.4º 0.24% 0.56% -
HSV(B) 123.4º 0.31% 0.66% -
XYZ 24.72 33.42 22.6 -
YUV 147.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 116 169 119 0.31 0 0.30 0.34 123.4 0.24 0.56
Hex 74 A9 77 1F 0 1E 22 7B 18 38
Octal 164 251 167 37 0 36 42 173 30 70
Binary 1110100 10101001 1110111 11111 0 11110 100010 1111011 11000 111000

Color Harmonies of #74A977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A977

Black with #74A977

Text Example


Text Example

White with #74A977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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