Html Css Color HEX #71927B Oxley

📋 copy color: '#71927B'

red 113 ◦ green 146 ◦ blue 123

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

Shades of Oxley #71927B

Tints of Oxley #71927B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 29.58%
G = 38.22%
B = 32.2%

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

#71927B (or 0x71927B) is known color: Oxley. HEX triplet: 71, 92 and 7B. RGB value is (113,146,123). Sum of RGB (Red+Green+Blue) = 113+146+123=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #71927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71927B is #8E6D84. Grayscale: #858585. Windows color (decimal): -9334149 or 8098417. OLE color: 8098417.

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

Color convert

RGB 113 146 123 -
CMYK 0.23 0 0.16 0.43
HSL 138.18º 0.13% 0.51% -
HSV(B) 138.18º 0.23% 0.57% -
XYZ 20.66 25.5 22.57 -
YUV 133.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 113 146 123 0.23 0 0.16 0.43 138.18 0.13 0.51
Hex 71 92 7B 17 0 10 2B 8A D 33
Octal 161 222 173 27 0 20 53 212 15 63
Binary 1110001 10010010 1111011 10111 0 10000 101011 10001010 1101 110011

Color Harmonies of #71927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71927B

Black with #71927B

Text Example


Text Example

White with #71927B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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