Html Css Color HEX #74977F Oxley

📋 copy color: '#74977F'

red 116 ◦ green 151 ◦ blue 127

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

Shades of Oxley #74977F

Tints of Oxley #74977F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.32%

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

R = 29.44%
G = 38.32%
B = 32.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#74977F (or 0x74977F) is known color: Oxley. HEX triplet: 74, 97 and 7F. RGB value is (116,151,127). Sum of RGB (Red+Green+Blue) = 116+151+127=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #74977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74977F is #8B6880. Grayscale: #898989. Windows color (decimal): -9136257 or 8361844. OLE color: 8361844.

HSL color Cylindrical-coordinate representation of color #74977F: hue angle of 138.86º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74977F is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 127 -
CMYK 0.23 0 0.16 0.41
HSL 138.86º 0.14% 0.52% -
HSV(B) 138.86º 0.23% 0.59% -
XYZ 22.1 27.38 24.2 -
YUV 137.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 116 151 127 0.23 0 0.16 0.41 138.86 0.14 0.52
Hex 74 97 7F 17 0 10 29 8B E 34
Octal 164 227 177 27 0 20 51 213 16 64
Binary 1110100 10010111 1111111 10111 0 10000 101001 10001011 1110 110100

Color Harmonies of #74977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74977F

Black with #74977F

Text Example


Text Example

White with #74977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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