Html Css Color HEX #74957E Oxley

📋 copy color: '#74957E'

red 116 ◦ green 149 ◦ blue 126

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

Shades of Oxley #74957E

Tints of Oxley #74957E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.11%

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

R = 29.67%
G = 38.11%
B = 32.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#74957E (or 0x74957E) is known color: Oxley. HEX triplet: 74, 95 and 7E. RGB value is (116,149,126). Sum of RGB (Red+Green+Blue) = 116+149+126=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #74957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74957E is #8B6A81. Grayscale: #888888. Windows color (decimal): -9136770 or 8295796. OLE color: 8295796.

HSL color Cylindrical-coordinate representation of color #74957E: hue angle of 138.18º 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 #74957E is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 126 -
CMYK 0.22 0 0.15 0.42
HSL 138.18º 0.13% 0.52% -
HSV(B) 138.18º 0.22% 0.58% -
XYZ 21.72 26.71 23.75 -
YUV 136.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 116 149 126 0.22 0 0.15 0.42 138.18 0.13 0.52
Hex 74 95 7E 16 0 F 2A 8A D 34
Octal 164 225 176 26 0 17 52 212 15 64
Binary 1110100 10010101 1111110 10110 0 1111 101010 10001010 1101 110100

Color Harmonies of #74957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74957E

Black with #74957E

Text Example


Text Example

White with #74957E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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