Html Css Color HEX #74917C Oxley

📋 copy color: '#74917C'

red 116 ◦ green 145 ◦ blue 124

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

Shades of Oxley #74917C

Tints of Oxley #74917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.66%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 30.13%
G = 37.66%
B = 32.21%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#74917C (or 0x74917C) is known color: Oxley. HEX triplet: 74, 91 and 7C. RGB value is (116,145,124). Sum of RGB (Red+Green+Blue) = 116+145+124=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #74917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74917C is #8B6E83. Grayscale: #858585. Windows color (decimal): -9137796 or 8163700. OLE color: 8163700.

HSL color Cylindrical-coordinate representation of color #74917C: hue angle of 136.55º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74917C is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 124 -
CMYK 0.2 0 0.14 0.43
HSL 136.55º 0.12% 0.51% -
HSV(B) 136.55º 0.2% 0.57% -
XYZ 20.97 25.42 22.87 -
YUV 133.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 116 145 124 0.2 0 0.14 0.43 136.55 0.12 0.51
Hex 74 91 7C 14 0 E 2B 89 C 33
Octal 164 221 174 24 0 16 53 211 14 63
Binary 1110100 10010001 1111100 10100 0 1110 101011 10001001 1100 110011

Color Harmonies of #74917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74917C

Black with #74917C

Text Example


Text Example

White with #74917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74917C; }

 p { color: rgb(116,145,124); }

 H1.HeaderClassName
 {
   color: #74917C;
 }
 .AnyTagClassName
 {
   color: #74917C;
 }
</style>

background-color css

<style>
 a { background-color: #74917C; }

 a { background-color: rgb(116,145,124); }

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

border-color css

<style>
 span { border-color: #74917C; }

 span { border-color: rgb(116,145,124); }

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