Html Css Color HEX #749B7F Oxley

📋 copy color: '#749B7F'

red 116 ◦ green 155 ◦ blue 127

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

Shades of Oxley #749B7F

Tints of Oxley #749B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.94%

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

R = 29.15%
G = 38.94%
B = 31.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#749B7F (or 0x749B7F) is known color: Oxley. HEX triplet: 74, 9B and 7F. RGB value is (116,155,127). Sum of RGB (Red+Green+Blue) = 116+155+127=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #749B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749B7F is #8B6480. Grayscale: #8C8C8C. Windows color (decimal): -9135233 or 8362868. OLE color: 8362868.

HSL color Cylindrical-coordinate representation of color #749B7F: hue angle of 136.92º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #749B7F is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 155 127 -
CMYK 0.25 0 0.18 0.39
HSL 136.92º 0.16% 0.53% -
HSV(B) 136.92º 0.25% 0.61% -
XYZ 22.75 28.69 24.42 -
YUV 140.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 116 155 127 0.25 0 0.18 0.39 136.92 0.16 0.53
Hex 74 9B 7F 19 0 12 27 89 10 35
Octal 164 233 177 31 0 22 47 211 20 65
Binary 1110100 10011011 1111111 11001 0 10010 100111 10001001 10000 110101

Color Harmonies of #749B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749B7F

Black with #749B7F

Text Example


Text Example

White with #749B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749B7F; }

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

 H1.HeaderClassName
 {
   color: #749B7F;
 }
 .AnyTagClassName
 {
   color: #749B7F;
 }
</style>

background-color css

<style>
 a { background-color: #749B7F; }

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

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

border-color css

<style>
 span { border-color: #749B7F; }

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

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