Html Css Color HEX #74947F Oxley

📋 copy color: '#74947F'

red 116 ◦ green 148 ◦ blue 127

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

Shades of Oxley #74947F

Tints of Oxley #74947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

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

R = 29.67%
G = 37.85%
B = 32.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#74947F (or 0x74947F) is known color: Oxley. HEX triplet: 74, 94 and 7F. RGB value is (116,148,127). Sum of RGB (Red+Green+Blue) = 116+148+127=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #74947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74947F is #8B6B80. Grayscale: #888888. Windows color (decimal): -9137025 or 8361076. OLE color: 8361076.

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

Color convert

RGB 116 148 127 -
CMYK 0.22 0 0.14 0.42
HSL 140.63º 0.13% 0.52% -
HSV(B) 140.63º 0.22% 0.58% -
XYZ 21.62 26.43 24.04 -
YUV 136.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 116 148 127 0.22 0 0.14 0.42 140.63 0.13 0.52
Hex 74 94 7F 16 0 E 2A 8D D 34
Octal 164 224 177 26 0 16 52 215 15 64
Binary 1110100 10010100 1111111 10110 0 1110 101010 10001101 1101 110100

Color Harmonies of #74947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74947F

Black with #74947F

Text Example


Text Example

White with #74947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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