Html Css Color HEX #739D78 Oxley

📋 copy color: '#739D78'

red 115 ◦ green 157 ◦ blue 120

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

Shades of Oxley #739D78

Tints of Oxley #739D78

RGB

 RED value IS 115 (45.31% from 255) = 29.34%

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

 BLUE value IS 120 (47.27% from 255) = 30.61%

R = 29.34%
G = 40.05%
B = 30.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#739D78 (or 0x739D78) is known color: Oxley. HEX triplet: 73, 9D and 78. RGB value is (115,157,120). Sum of RGB (Red+Green+Blue) = 115+157+120=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 157 - color contains mainly: green. Hex color #739D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739D78 is #8C6287. Grayscale: #8C8C8C. Windows color (decimal): -9200264 or 7904627. OLE color: 7904627.

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

Color convert

RGB 115 157 120 -
CMYK 0.27 0 0.24 0.38
HSL 127.14º 0.18% 0.53% -
HSV(B) 127.14º 0.27% 0.62% -
XYZ 22.52 29.11 22.2 -
YUV 140.22 116.59 110.01 -
System Red Green Blue C M Y K H S L
Decimal 115 157 120 0.27 0 0.24 0.38 127.14 0.18 0.53
Hex 73 9D 78 1B 0 18 26 7F 12 35
Octal 163 235 170 33 0 30 46 177 22 65
Binary 1110011 10011101 1111000 11011 0 11000 100110 1111111 10010 110101

Color Harmonies of #739D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739D78

Black with #739D78

Text Example


Text Example

White with #739D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739D78; }

 p { color: rgb(115,157,120); }

 H1.HeaderClassName
 {
   color: #739D78;
 }
 .AnyTagClassName
 {
   color: #739D78;
 }
</style>

background-color css

<style>
 a { background-color: #739D78; }

 a { background-color: rgb(115,157,120); }

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

border-color css

<style>
 span { border-color: #739D78; }

 span { border-color: rgb(115,157,120); }

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