Html Css Color HEX #74997A Oxley

📋 copy color: '#74997A'

red 116 ◦ green 153 ◦ blue 122

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

Shades of Oxley #74997A

Tints of Oxley #74997A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.13%

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

R = 29.67%
G = 39.13%
B = 31.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#74997A (or 0x74997A) is known color: Oxley. HEX triplet: 74, 99 and 7A. RGB value is (116,153,122). Sum of RGB (Red+Green+Blue) = 116+153+122=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #74997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74997A is #8B6685. Grayscale: #8A8A8A. Windows color (decimal): -9135750 or 8034676. OLE color: 8034676.

HSL color Cylindrical-coordinate representation of color #74997A: hue angle of 129.73º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #74997A is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 153 122 -
CMYK 0.24 0 0.20 0.4
HSL 129.73º 0.15% 0.53% -
HSV(B) 129.73º 0.24% 0.6% -
XYZ 22.11 27.9 22.63 -
YUV 138.4 118.74 112.02 -
System Red Green Blue C M Y K H S L
Decimal 116 153 122 0.24 0 0.20 0.4 129.73 0.15 0.53
Hex 74 99 7A 18 0 14 28 82 F 35
Octal 164 231 172 30 0 24 50 202 17 65
Binary 1110100 10011001 1111010 11000 0 10100 101000 10000010 1111 110101

Color Harmonies of #74997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74997A

Black with #74997A

Text Example


Text Example

White with #74997A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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