Html Css Color HEX #74987D Oxley

📋 copy color: '#74987D'

red 116 ◦ green 152 ◦ blue 125

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

Shades of Oxley #74987D

Tints of Oxley #74987D

RGB

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

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

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

R = 29.52%
G = 38.68%
B = 31.81%

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

#74987D (or 0x74987D) is known color: Oxley. HEX triplet: 74, 98 and 7D. RGB value is (116,152,125). Sum of RGB (Red+Green+Blue) = 116+152+125=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #74987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74987D is #8B6782. Grayscale: #8A8A8A. Windows color (decimal): -9136003 or 8231028. OLE color: 8231028.

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

Color convert

RGB 116 152 125 -
CMYK 0.24 0 0.18 0.40
HSL 135º 0.15% 0.53% -
HSV(B) 135º 0.24% 0.6% -
XYZ 22.13 27.65 23.57 -
YUV 138.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 116 152 125 0.24 0 0.18 0.40 135 0.15 0.53
Hex 74 98 7D 18 0 12 28 87 F 35
Octal 164 230 175 30 0 22 50 207 17 65
Binary 1110100 10011000 1111101 11000 0 10010 101000 10000111 1111 110101

Color Harmonies of #74987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74987D

Black with #74987D

Text Example


Text Example

White with #74987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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