Html Css Color HEX #57926A Oxley

📋 copy color: '#57926A'

red 87 ◦ green 146 ◦ blue 106

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

Shades of Oxley #57926A

Tints of Oxley #57926A

RGB

 RED value IS 87 (34.38% from 255) = 25.66%

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

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 25.66%
G = 43.07%
B = 31.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#57926A (or 0x57926A) is known color: Oxley. HEX triplet: 57, 92 and 6A. RGB value is (87,146,106). Sum of RGB (Red+Green+Blue) = 87+146+106=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #57926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57926A is #A86D95. Grayscale: #7B7B7B. Windows color (decimal): -11038102 or 6984279. OLE color: 6984279.

HSL color Cylindrical-coordinate representation of color #57926A: hue angle of 139.32º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57926A is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 146 106 -
CMYK 0.40 0 0.27 0.43
HSL 139.32º 0.25% 0.46% -
HSV(B) 139.32º 0.4% 0.57% -
XYZ 16.81 23.62 17.31 -
YUV 123.8 117.95 101.75 -
System Red Green Blue C M Y K H S L
Decimal 87 146 106 0.40 0 0.27 0.43 139.32 0.25 0.46
Hex 57 92 6A 28 0 1B 2B 8B 19 2E
Octal 127 222 152 50 0 33 53 213 31 56
Binary 1010111 10010010 1101010 101000 0 11011 101011 10001011 11001 101110

Color Harmonies of #57926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57926A

Black with #57926A

Text Example


Text Example

White with #57926A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,146,106); }

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

background-color css

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

 a { background-color: rgb(87,146,106); }

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

border-color css

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

 span { border-color: rgb(87,146,106); }

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