Html Css Color HEX #719277 Oxley

📋 copy color: '#719277'

red 113 ◦ green 146 ◦ blue 119

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

Shades of Oxley #719277

Tints of Oxley #719277

RGB

 RED value IS 113 (44.53% from 255) = 29.89%

 GREEN value IS 146 (57.42% from 255) = 38.62%

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 29.89%
G = 38.62%
B = 31.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#719277 (or 0x719277) is known color: Oxley. HEX triplet: 71, 92 and 77. RGB value is (113,146,119). Sum of RGB (Red+Green+Blue) = 113+146+119=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #719277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719277 is #8E6D88. Grayscale: #858585. Windows color (decimal): -9334153 or 7836273. OLE color: 7836273.

HSL color Cylindrical-coordinate representation of color #719277: hue angle of 130.91º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719277 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 119 -
CMYK 0.23 0 0.18 0.43
HSL 130.91º 0.13% 0.51% -
HSV(B) 130.91º 0.23% 0.57% -
XYZ 20.42 25.4 21.28 -
YUV 133.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 113 146 119 0.23 0 0.18 0.43 130.91 0.13 0.51
Hex 71 92 77 17 0 12 2B 83 D 33
Octal 161 222 167 27 0 22 53 203 15 63
Binary 1110001 10010010 1110111 10111 0 10010 101011 10000011 1101 110011

Color Harmonies of #719277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719277

Black with #719277

Text Example


Text Example

White with #719277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719277; }

 p { color: rgb(113,146,119); }

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

background-color css

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

 a { background-color: rgb(113,146,119); }

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

border-color css

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

 span { border-color: rgb(113,146,119); }

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