Html Css Color HEX #749D7A Oxley

📋 copy color: '#749D7A'

red 116 ◦ green 157 ◦ blue 122

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

Shades of Oxley #749D7A

Tints of Oxley #749D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.89%

R = 29.37%
G = 39.75%
B = 30.89%

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

#749D7A (or 0x749D7A) is known color: Oxley. HEX triplet: 74, 9D and 7A. RGB value is (116,157,122). Sum of RGB (Red+Green+Blue) = 116+157+122=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #749D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749D7A is #8B6285. Grayscale: #8C8C8C. Windows color (decimal): -9134726 or 8035700. OLE color: 8035700.

HSL color Cylindrical-coordinate representation of color #749D7A: hue angle of 128.78º 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 #749D7A is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 157 122 -
CMYK 0.26 0 0.22 0.38
HSL 128.78º 0.17% 0.54% -
HSV(B) 128.78º 0.26% 0.62% -
XYZ 22.77 29.23 22.85 -
YUV 140.75 117.42 110.35 -
System Red Green Blue C M Y K H S L
Decimal 116 157 122 0.26 0 0.22 0.38 128.78 0.17 0.54
Hex 74 9D 7A 1A 0 16 26 81 11 36
Octal 164 235 172 32 0 26 46 201 21 66
Binary 1110100 10011101 1111010 11010 0 10110 100110 10000001 10001 110110

Color Harmonies of #749D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D7A

Black with #749D7A

Text Example


Text Example

White with #749D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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