Html Css Color HEX #739682 Oxley

📋 copy color: '#739682'

red 115 ◦ green 150 ◦ blue 130

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

Shades of Oxley #739682

Tints of Oxley #739682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.97%

 BLUE value IS 130 (51.17% from 255) = 32.91%

R = 29.11%
G = 37.97%
B = 32.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#739682 (or 0x739682) is known color: Oxley. HEX triplet: 73, 96 and 82. RGB value is (115,150,130). Sum of RGB (Red+Green+Blue) = 115+150+130=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #739682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739682 is #8C697D. Grayscale: #898989. Windows color (decimal): -9202046 or 8558195. OLE color: 8558195.

HSL color Cylindrical-coordinate representation of color #739682: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #739682 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 150 130 -
CMYK 0.23 0 0.13 0.41
HSL 145.71º 0.14% 0.52% -
HSV(B) 145.71º 0.23% 0.59% -
XYZ 22.01 27.07 25.18 -
YUV 137.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 115 150 130 0.23 0 0.13 0.41 145.71 0.14 0.52
Hex 73 96 82 17 0 D 29 92 E 34
Octal 163 226 202 27 0 15 51 222 16 64
Binary 1110011 10010110 10000010 10111 0 1101 101001 10010010 1110 110100

Color Harmonies of #739682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739682

Black with #739682

Text Example


Text Example

White with #739682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739682; }

 p { color: rgb(115,150,130); }

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

background-color css

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

 a { background-color: rgb(115,150,130); }

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

border-color css

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

 span { border-color: rgb(115,150,130); }

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