Html Css Color HEX #61A57F Oxley

📋 copy color: '#61A57F'

red 97 ◦ green 165 ◦ blue 127

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

Shades of Oxley #61A57F

Tints of Oxley #61A57F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.42%

 BLUE value IS 127 (50% from 255) = 32.65%

R = 24.94%
G = 42.42%
B = 32.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#61A57F (or 0x61A57F) is known color: Oxley. HEX triplet: 61, A5 and 7F. RGB value is (97,165,127). Sum of RGB (Red+Green+Blue) = 97+165+127=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #61A57F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A57F is #9E5A80. Grayscale: #8C8C8C. Windows color (decimal): -10377857 or 8365409. OLE color: 8365409.

HSL color Cylindrical-coordinate representation of color #61A57F: hue angle of 146.47º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A57F is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 165 127 -
CMYK 0.41 0 0.23 0.35
HSL 146.47º 0.27% 0.51% -
HSV(B) 146.47º 0.41% 0.65% -
XYZ 22.22 30.98 24.89 -
YUV 140.34 120.47 97.09 -
System Red Green Blue C M Y K H S L
Decimal 97 165 127 0.41 0 0.23 0.35 146.47 0.27 0.51
Hex 61 A5 7F 29 0 17 23 92 1B 33
Octal 141 245 177 51 0 27 43 222 33 63
Binary 1100001 10100101 1111111 101001 0 10111 100011 10010010 11011 110011

Color Harmonies of #61A57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A57F

Black with #61A57F

Text Example


Text Example

White with #61A57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,165,127); }

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

background-color css

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

 a { background-color: rgb(97,165,127); }

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

border-color css

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

 span { border-color: rgb(97,165,127); }

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