Html Css Color HEX #749C7A Oxley

📋 copy color: '#749C7A'

red 116 ◦ green 156 ◦ blue 122

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

Shades of Oxley #749C7A

Tints of Oxley #749C7A

RGB

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

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

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

R = 29.44%
G = 39.59%
B = 30.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#749C7A (or 0x749C7A) is known color: Oxley. HEX triplet: 74, 9C and 7A. RGB value is (116,156,122). Sum of RGB (Red+Green+Blue) = 116+156+122=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 156 - color contains mainly: green. Hex color #749C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749C7A is #8B6385. Grayscale: #8C8C8C. Windows color (decimal): -9134982 or 8035444. OLE color: 8035444.

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

Color convert

RGB 116 156 122 -
CMYK 0.26 0 0.22 0.39
HSL 129º 0.17% 0.53% -
HSV(B) 129º 0.26% 0.61% -
XYZ 22.6 28.9 22.8 -
YUV 140.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 116 156 122 0.26 0 0.22 0.39 129 0.17 0.53
Hex 74 9C 7A 1A 0 16 27 81 11 35
Octal 164 234 172 32 0 26 47 201 21 65
Binary 1110100 10011100 1111010 11010 0 10110 100111 10000001 10001 110101

Color Harmonies of #749C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C7A

Black with #749C7A

Text Example


Text Example

White with #749C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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