Html Css Color HEX #74927F Oxley

📋 copy color: '#74927F'

red 116 ◦ green 146 ◦ blue 127

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

Shades of Oxley #74927F

Tints of Oxley #74927F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.53%

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

R = 29.82%
G = 37.53%
B = 32.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#74927F (or 0x74927F) is known color: Oxley. HEX triplet: 74, 92 and 7F. RGB value is (116,146,127). Sum of RGB (Red+Green+Blue) = 116+146+127=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 146 - color contains mainly: green. Hex color #74927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74927F is #8B6D80. Grayscale: #868686. Windows color (decimal): -9137537 or 8360564. OLE color: 8360564.

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

Color convert

RGB 116 146 127 -
CMYK 0.21 0 0.13 0.43
HSL 142º 0.12% 0.51% -
HSV(B) 142º 0.21% 0.57% -
XYZ 21.31 25.8 23.94 -
YUV 134.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 116 146 127 0.21 0 0.13 0.43 142 0.12 0.51
Hex 74 92 7F 15 0 D 2B 8E C 33
Octal 164 222 177 25 0 15 53 216 14 63
Binary 1110100 10010010 1111111 10101 0 1101 101011 10001110 1100 110011

Color Harmonies of #74927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74927F

Black with #74927F

Text Example


Text Example

White with #74927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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