Html Css Color HEX #74917E Oxley

📋 copy color: '#74917E'

red 116 ◦ green 145 ◦ blue 126

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

Shades of Oxley #74917E

Tints of Oxley #74917E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 29.97%
G = 37.47%
B = 32.56%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#74917E (or 0x74917E) is known color: Oxley. HEX triplet: 74, 91 and 7E. RGB value is (116,145,126). Sum of RGB (Red+Green+Blue) = 116+145+126=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 145 - color contains mainly: green. Hex color #74917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74917E is #8B6E81. Grayscale: #868686. Windows color (decimal): -9137794 or 8294772. OLE color: 8294772.

HSL color Cylindrical-coordinate representation of color #74917E: hue angle of 140.69º 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 #74917E is Cyan = 0.2, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 126 -
CMYK 0.2 0 0.13 0.43
HSL 140.69º 0.12% 0.51% -
HSV(B) 140.69º 0.2% 0.57% -
XYZ 21.09 25.47 23.54 -
YUV 134.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 116 145 126 0.2 0 0.13 0.43 140.69 0.12 0.51
Hex 74 91 7E 14 0 D 2B 8D C 33
Octal 164 221 176 24 0 15 53 215 14 63
Binary 1110100 10010001 1111110 10100 0 1101 101011 10001101 1100 110011

Color Harmonies of #74917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74917E

Black with #74917E

Text Example


Text Example

White with #74917E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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