Html Css Color HEX #719977 Oxley

📋 copy color: '#719977'

red 113 ◦ green 153 ◦ blue 119

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

Shades of Oxley #719977

Tints of Oxley #719977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.74%

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

R = 29.35%
G = 39.74%
B = 30.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#719977 (or 0x719977) is known color: Oxley. HEX triplet: 71, 99 and 77. RGB value is (113,153,119). Sum of RGB (Red+Green+Blue) = 113+153+119=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #719977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719977 is #8E6688. Grayscale: #898989. Windows color (decimal): -9332361 or 7838065. OLE color: 7838065.

HSL color Cylindrical-coordinate representation of color #719977: hue angle of 129º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #719977 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 153 119 -
CMYK 0.26 0 0.22 0.4
HSL 129º 0.16% 0.52% -
HSV(B) 129º 0.26% 0.6% -
XYZ 21.53 27.63 21.65 -
YUV 137.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 113 153 119 0.26 0 0.22 0.4 129 0.16 0.52
Hex 71 99 77 1A 0 16 28 81 10 34
Octal 161 231 167 32 0 26 50 201 20 64
Binary 1110001 10011001 1110111 11010 0 10110 101000 10000001 10000 110100

Color Harmonies of #719977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719977

Black with #719977

Text Example


Text Example

White with #719977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719977; }

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

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

background-color css

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

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

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

border-color css

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

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

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