Html Css Color HEX #74937F Oxley

📋 copy color: '#74937F'

red 116 ◦ green 147 ◦ blue 127

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

Shades of Oxley #74937F

Tints of Oxley #74937F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.56%

R = 29.74%
G = 37.69%
B = 32.56%

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

#74937F (or 0x74937F) is known color: Oxley. HEX triplet: 74, 93 and 7F. RGB value is (116,147,127). Sum of RGB (Red+Green+Blue) = 116+147+127=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #74937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74937F is #8B6C80. Grayscale: #878787. Windows color (decimal): -9137281 or 8360820. OLE color: 8360820.

HSL color Cylindrical-coordinate representation of color #74937F: hue angle of 141.29º 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 #74937F is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 127 -
CMYK 0.21 0 0.14 0.42
HSL 141.29º 0.13% 0.52% -
HSV(B) 141.29º 0.21% 0.58% -
XYZ 21.47 26.11 23.99 -
YUV 135.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 116 147 127 0.21 0 0.14 0.42 141.29 0.13 0.52
Hex 74 93 7F 15 0 E 2A 8D D 34
Octal 164 223 177 25 0 16 52 215 15 64
Binary 1110100 10010011 1111111 10101 0 1110 101010 10001101 1101 110100

Color Harmonies of #74937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74937F

Black with #74937F

Text Example


Text Example

White with #74937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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