Html Css Color HEX #61AC7A Oxley

📋 copy color: '#61AC7A'

red 97 ◦ green 172 ◦ blue 122

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

Shades of Oxley #61AC7A

Tints of Oxley #61AC7A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.99%

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

R = 24.81%
G = 43.99%
B = 31.2%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#61AC7A (or 0x61AC7A) is known color: Oxley. HEX triplet: 61, AC and 7A. RGB value is (97,172,122). Sum of RGB (Red+Green+Blue) = 97+172+122=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AC7A is #9E5385. Grayscale: #8F8F8F. Windows color (decimal): -10376070 or 8039521. OLE color: 8039521.

HSL color Cylindrical-coordinate representation of color #61AC7A: hue angle of 140º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61AC7A is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 172 122 -
CMYK 0.44 0 0.29 0.33
HSL 140º 0.31% 0.53% -
HSV(B) 140º 0.44% 0.67% -
XYZ 23.2 33.45 23.65 -
YUV 143.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 97 172 122 0.44 0 0.29 0.33 140 0.31 0.53
Hex 61 AC 7A 2C 0 1D 21 8C 1F 35
Octal 141 254 172 54 0 35 41 214 37 65
Binary 1100001 10101100 1111010 101100 0 11101 100001 10001100 11111 110101

Color Harmonies of #61AC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AC7A

Black with #61AC7A

Text Example


Text Example

White with #61AC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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