Html Css Color HEX #71927A Oxley

📋 copy color: '#71927A'

red 113 ◦ green 146 ◦ blue 122

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

Shades of Oxley #71927A

Tints of Oxley #71927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 29.66%
G = 38.32%
B = 32.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#71927A (or 0x71927A) is known color: Oxley. HEX triplet: 71, 92 and 7A. RGB value is (113,146,122). Sum of RGB (Red+Green+Blue) = 113+146+122=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 146 - color contains mainly: green. Hex color #71927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71927A is #8E6D85. Grayscale: #858585. Windows color (decimal): -9334150 or 8032881. OLE color: 8032881.

HSL color Cylindrical-coordinate representation of color #71927A: hue angle of 136.36º 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 #71927A is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 122 -
CMYK 0.23 0 0.16 0.43
HSL 136.36º 0.13% 0.51% -
HSV(B) 136.36º 0.23% 0.57% -
XYZ 20.6 25.47 22.24 -
YUV 133.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 113 146 122 0.23 0 0.16 0.43 136.36 0.13 0.51
Hex 71 92 7A 17 0 10 2B 88 D 33
Octal 161 222 172 27 0 20 53 210 15 63
Binary 1110001 10010010 1111010 10111 0 10000 101011 10001000 1101 110011

Color Harmonies of #71927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71927A

Black with #71927A

Text Example


Text Example

White with #71927A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71927A; }

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

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

background-color css

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

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

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

border-color css

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

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

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