Html Css Color HEX #739881 Oxley

📋 copy color: '#739881'

red 115 ◦ green 152 ◦ blue 129

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

Shades of Oxley #739881

Tints of Oxley #739881

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.38%

 BLUE value IS 129 (50.78% from 255) = 32.58%

R = 29.04%
G = 38.38%
B = 32.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#739881 (or 0x739881) is known color: Oxley. HEX triplet: 73, 98 and 81. RGB value is (115,152,129). Sum of RGB (Red+Green+Blue) = 115+152+129=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 152 - color contains mainly: green. Hex color #739881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739881 is #8C677E. Grayscale: #8A8A8A. Windows color (decimal): -9201535 or 8493171. OLE color: 8493171.

HSL color Cylindrical-coordinate representation of color #739881: hue angle of 142.7º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #739881 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 152 129 -
CMYK 0.24 0 0.15 0.40
HSL 142.7º 0.15% 0.52% -
HSV(B) 142.7º 0.24% 0.6% -
XYZ 22.26 27.69 24.94 -
YUV 138.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 115 152 129 0.24 0 0.15 0.40 142.7 0.15 0.52
Hex 73 98 81 18 0 F 28 8F F 34
Octal 163 230 201 30 0 17 50 217 17 64
Binary 1110011 10011000 10000001 11000 0 1111 101000 10001111 1111 110100

Color Harmonies of #739881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739881

Black with #739881

Text Example


Text Example

White with #739881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739881; }

 p { color: rgb(115,152,129); }

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

background-color css

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

 a { background-color: rgb(115,152,129); }

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

border-color css

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

 span { border-color: rgb(115,152,129); }

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