Html Css Color HEX #61A87A Oxley

📋 copy color: '#61A87A'

red 97 ◦ green 168 ◦ blue 122

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

Shades of Oxley #61A87A

Tints of Oxley #61A87A

RGB

 RED value IS 97 (38.28% from 255) = 25.06%

 GREEN value IS 168 (66.02% from 255) = 43.41%

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

R = 25.06%
G = 43.41%
B = 31.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#61A87A (or 0x61A87A) is known color: Oxley. HEX triplet: 61, A8 and 7A. RGB value is (97,168,122). Sum of RGB (Red+Green+Blue) = 97+168+122=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #61A87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A87A is #9E5785. Grayscale: #8D8D8D. Windows color (decimal): -10377094 or 8038497. OLE color: 8038497.

HSL color Cylindrical-coordinate representation of color #61A87A: hue angle of 141.13º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A87A is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 97 168 122 -
CMYK 0.42 0 0.27 0.34
HSL 141.13º 0.29% 0.52% -
HSV(B) 141.13º 0.42% 0.66% -
XYZ 22.45 31.95 23.4 -
YUV 141.53 116.98 96.24 -
System Red Green Blue C M Y K H S L
Decimal 97 168 122 0.42 0 0.27 0.34 141.13 0.29 0.52
Hex 61 A8 7A 2A 0 1B 22 8D 1D 34
Octal 141 250 172 52 0 33 42 215 35 64
Binary 1100001 10101000 1111010 101010 0 11011 100010 10001101 11101 110100

Color Harmonies of #61A87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A87A

Black with #61A87A

Text Example


Text Example

White with #61A87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61A87A; }

 p { color: rgb(97,168,122); }

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

background-color css

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

 a { background-color: rgb(97,168,122); }

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

border-color css

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

 span { border-color: rgb(97,168,122); }

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