Html Css Color HEX #749E7B Oxley

📋 copy color: '#749E7B'

red 116 ◦ green 158 ◦ blue 123

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

Shades of Oxley #749E7B

Tints of Oxley #749E7B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.8%

 BLUE value IS 123 (48.44% from 255) = 30.98%

R = 29.22%
G = 39.8%
B = 30.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#749E7B (or 0x749E7B) is known color: Oxley. HEX triplet: 74, 9E and 7B. RGB value is (116,158,123). Sum of RGB (Red+Green+Blue) = 116+158+123=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #749E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E7B is #8B6184. Grayscale: #8D8D8D. Windows color (decimal): -9134469 or 8101492. OLE color: 8101492.

HSL color Cylindrical-coordinate representation of color #749E7B: hue angle of 130º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #749E7B is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 158 123 -
CMYK 0.27 0 0.22 0.38
HSL 130º 0.18% 0.54% -
HSV(B) 130º 0.27% 0.62% -
XYZ 23 29.6 23.24 -
YUV 141.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 116 158 123 0.27 0 0.22 0.38 130 0.18 0.54
Hex 74 9E 7B 1B 0 16 26 82 12 36
Octal 164 236 173 33 0 26 46 202 22 66
Binary 1110100 10011110 1111011 11011 0 10110 100110 10000010 10010 110110

Color Harmonies of #749E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749E7B

Black with #749E7B

Text Example


Text Example

White with #749E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,158,123); }

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

background-color css

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

 a { background-color: rgb(116,158,123); }

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

border-color css

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

 span { border-color: rgb(116,158,123); }

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