Html Css Color HEX #749C7F Oxley

📋 copy color: '#749C7F'

red 116 ◦ green 156 ◦ blue 127

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

Shades of Oxley #749C7F

Tints of Oxley #749C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.1%

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

R = 29.07%
G = 39.1%
B = 31.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#749C7F (or 0x749C7F) is known color: Oxley. HEX triplet: 74, 9C and 7F. RGB value is (116,156,127). Sum of RGB (Red+Green+Blue) = 116+156+127=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 156 - color contains mainly: green. Hex color #749C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749C7F is #8B6380. Grayscale: #8C8C8C. Windows color (decimal): -9134977 or 8363124. OLE color: 8363124.

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

Color convert

RGB 116 156 127 -
CMYK 0.26 0 0.19 0.39
HSL 136.5º 0.17% 0.53% -
HSV(B) 136.5º 0.26% 0.61% -
XYZ 22.92 29.02 24.47 -
YUV 140.73 120.25 110.36 -
System Red Green Blue C M Y K H S L
Decimal 116 156 127 0.26 0 0.19 0.39 136.5 0.17 0.53
Hex 74 9C 7F 1A 0 13 27 88 11 35
Octal 164 234 177 32 0 23 47 210 21 65
Binary 1110100 10011100 1111111 11010 0 10011 100111 10001000 10001 110101

Color Harmonies of #749C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C7F

Black with #749C7F

Text Example


Text Example

White with #749C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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