Html Css Color HEX #74937E Oxley

📋 copy color: '#74937E'

red 116 ◦ green 147 ◦ blue 126

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

Shades of Oxley #74937E

Tints of Oxley #74937E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

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

R = 29.82%
G = 37.79%
B = 32.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#74937E (or 0x74937E) is known color: Oxley. HEX triplet: 74, 93 and 7E. RGB value is (116,147,126). Sum of RGB (Red+Green+Blue) = 116+147+126=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #74937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74937E is #8B6C81. Grayscale: #878787. Windows color (decimal): -9137282 or 8295284. OLE color: 8295284.

HSL color Cylindrical-coordinate representation of color #74937E: hue angle of 139.35º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74937E is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 126 -
CMYK 0.21 0 0.14 0.42
HSL 139.35º 0.13% 0.52% -
HSV(B) 139.35º 0.21% 0.58% -
XYZ 21.4 26.09 23.65 -
YUV 135.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 116 147 126 0.21 0 0.14 0.42 139.35 0.13 0.52
Hex 74 93 7E 15 0 E 2A 8B D 34
Octal 164 223 176 25 0 16 52 213 15 64
Binary 1110100 10010011 1111110 10101 0 1110 101010 10001011 1101 110100

Color Harmonies of #74937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74937E

Black with #74937E

Text Example


Text Example

White with #74937E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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