Html Css Color HEX #74977D Oxley

📋 copy color: '#74977D'

red 116 ◦ green 151 ◦ blue 125

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

Shades of Oxley #74977D

Tints of Oxley #74977D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.89%

R = 29.59%
G = 38.52%
B = 31.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#74977D (or 0x74977D) is known color: Oxley. HEX triplet: 74, 97 and 7D. RGB value is (116,151,125). Sum of RGB (Red+Green+Blue) = 116+151+125=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #74977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74977D is #8B6882. Grayscale: #898989. Windows color (decimal): -9136259 or 8230772. OLE color: 8230772.

HSL color Cylindrical-coordinate representation of color #74977D: hue angle of 135.43º 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 #74977D is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 125 -
CMYK 0.23 0 0.17 0.41
HSL 135.43º 0.14% 0.52% -
HSV(B) 135.43º 0.23% 0.59% -
XYZ 21.97 27.33 23.52 -
YUV 137.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 116 151 125 0.23 0 0.17 0.41 135.43 0.14 0.52
Hex 74 97 7D 17 0 11 29 87 E 34
Octal 164 227 175 27 0 21 51 207 16 64
Binary 1110100 10010111 1111101 10111 0 10001 101001 10000111 1110 110100

Color Harmonies of #74977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74977D

Black with #74977D

Text Example


Text Example

White with #74977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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