Html Css Color HEX #74977A Oxley

📋 copy color: '#74977A'

red 116 ◦ green 151 ◦ blue 122

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

Shades of Oxley #74977A

Tints of Oxley #74977A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.36%

R = 29.82%
G = 38.82%
B = 31.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#74977A (or 0x74977A) is known color: Oxley. HEX triplet: 74, 97 and 7A. RGB value is (116,151,122). Sum of RGB (Red+Green+Blue) = 116+151+122=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #74977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74977A is #8B6885. Grayscale: #898989. Windows color (decimal): -9136262 or 8034164. OLE color: 8034164.

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

Color convert

RGB 116 151 122 -
CMYK 0.23 0 0.19 0.41
HSL 130.29º 0.14% 0.52% -
HSV(B) 130.29º 0.23% 0.59% -
XYZ 21.78 27.25 22.52 -
YUV 137.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 116 151 122 0.23 0 0.19 0.41 130.29 0.14 0.52
Hex 74 97 7A 17 0 13 29 82 E 34
Octal 164 227 172 27 0 23 51 202 16 64
Binary 1110100 10010111 1111010 10111 0 10011 101001 10000010 1110 110100

Color Harmonies of #74977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74977A

Black with #74977A

Text Example


Text Example

White with #74977A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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