Html Css Color HEX #749D7B Oxley

📋 copy color: '#749D7B'

red 116 ◦ green 157 ◦ blue 123

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

Shades of Oxley #749D7B

Tints of Oxley #749D7B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.65%

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

R = 29.29%
G = 39.65%
B = 31.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#749D7B (or 0x749D7B) is known color: Oxley. HEX triplet: 74, 9D and 7B. RGB value is (116,157,123). Sum of RGB (Red+Green+Blue) = 116+157+123=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #749D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749D7B is #8B6284. Grayscale: #8C8C8C. Windows color (decimal): -9134725 or 8101236. OLE color: 8101236.

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

Color convert

RGB 116 157 123 -
CMYK 0.26 0 0.22 0.38
HSL 130.24º 0.17% 0.54% -
HSV(B) 130.24º 0.26% 0.62% -
XYZ 22.83 29.26 23.18 -
YUV 140.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 116 157 123 0.26 0 0.22 0.38 130.24 0.17 0.54
Hex 74 9D 7B 1A 0 16 26 82 11 36
Octal 164 235 173 32 0 26 46 202 21 66
Binary 1110100 10011101 1111011 11010 0 10110 100110 10000010 10001 110110

Color Harmonies of #749D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D7B

Black with #749D7B

Text Example


Text Example

White with #749D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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