Html Css Color HEX #74987C Oxley

📋 copy color: '#74987C'

red 116 ◦ green 152 ◦ blue 124

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

Shades of Oxley #74987C

Tints of Oxley #74987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.78%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 29.59%
G = 38.78%
B = 31.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#74987C (or 0x74987C) is known color: Oxley. HEX triplet: 74, 98 and 7C. RGB value is (116,152,124). Sum of RGB (Red+Green+Blue) = 116+152+124=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #74987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74987C is #8B6783. Grayscale: #8A8A8A. Windows color (decimal): -9136004 or 8165492. OLE color: 8165492.

HSL color Cylindrical-coordinate representation of color #74987C: hue angle of 133.33º 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 #74987C is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 124 -
CMYK 0.24 0 0.18 0.40
HSL 133.33º 0.15% 0.53% -
HSV(B) 133.33º 0.24% 0.6% -
XYZ 22.07 27.62 23.24 -
YUV 138.04 120.07 112.28 -
System Red Green Blue C M Y K H S L
Decimal 116 152 124 0.24 0 0.18 0.40 133.33 0.15 0.53
Hex 74 98 7C 18 0 12 28 85 F 35
Octal 164 230 174 30 0 22 50 205 17 65
Binary 1110100 10011000 1111100 11000 0 10010 101000 10000101 1111 110101

Color Harmonies of #74987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74987C

Black with #74987C

Text Example


Text Example

White with #74987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74987C; }

 p { color: rgb(116,152,124); }

 H1.HeaderClassName
 {
   color: #74987C;
 }
 .AnyTagClassName
 {
   color: #74987C;
 }
</style>

background-color css

<style>
 a { background-color: #74987C; }

 a { background-color: rgb(116,152,124); }

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

border-color css

<style>
 span { border-color: #74987C; }

 span { border-color: rgb(116,152,124); }

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