Html Css Color HEX #74967F Oxley

📋 copy color: '#74967F'

red 116 ◦ green 150 ◦ blue 127

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

Shades of Oxley #74967F

Tints of Oxley #74967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

 BLUE value IS 127 (50% from 255) = 32.32%

R = 29.52%
G = 38.17%
B = 32.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#74967F (or 0x74967F) is known color: Oxley. HEX triplet: 74, 96 and 7F. RGB value is (116,150,127). Sum of RGB (Red+Green+Blue) = 116+150+127=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #74967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74967F is #8B6980. Grayscale: #898989. Windows color (decimal): -9136513 or 8361588. OLE color: 8361588.

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

Color convert

RGB 116 150 127 -
CMYK 0.23 0 0.15 0.41
HSL 139.41º 0.14% 0.52% -
HSV(B) 139.41º 0.23% 0.59% -
XYZ 21.94 27.06 24.15 -
YUV 137.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 116 150 127 0.23 0 0.15 0.41 139.41 0.14 0.52
Hex 74 96 7F 17 0 F 29 8B E 34
Octal 164 226 177 27 0 17 51 213 16 64
Binary 1110100 10010110 1111111 10111 0 1111 101001 10001011 1110 110100

Color Harmonies of #74967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74967F

Black with #74967F

Text Example


Text Example

White with #74967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74967F; }

 p { color: rgb(116,150,127); }

 H1.HeaderClassName
 {
   color: #74967F;
 }
 .AnyTagClassName
 {
   color: #74967F;
 }
</style>

background-color css

<style>
 a { background-color: #74967F; }

 a { background-color: rgb(116,150,127); }

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

border-color css

<style>
 span { border-color: #74967F; }

 span { border-color: rgb(116,150,127); }

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