Html Css Color HEX #61AB7A Oxley

📋 copy color: '#61AB7A'

red 97 ◦ green 171 ◦ blue 122

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

Shades of Oxley #61AB7A

Tints of Oxley #61AB7A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.85%

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

R = 24.87%
G = 43.85%
B = 31.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#61AB7A (or 0x61AB7A) is known color: Oxley. HEX triplet: 61, AB and 7A. RGB value is (97,171,122). Sum of RGB (Red+Green+Blue) = 97+171+122=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AB7A is #9E5485. Grayscale: #8F8F8F. Windows color (decimal): -10376326 or 8039265. OLE color: 8039265.

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

Color convert

RGB 97 171 122 -
CMYK 0.43 0 0.29 0.33
HSL 140.27º 0.31% 0.53% -
HSV(B) 140.27º 0.43% 0.67% -
XYZ 23.01 33.07 23.58 -
YUV 143.29 115.98 94.98 -
System Red Green Blue C M Y K H S L
Decimal 97 171 122 0.43 0 0.29 0.33 140.27 0.31 0.53
Hex 61 AB 7A 2B 0 1D 21 8C 1F 35
Octal 141 253 172 53 0 35 41 214 37 65
Binary 1100001 10101011 1111010 101011 0 11101 100001 10001100 11111 110101

Color Harmonies of #61AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AB7A

Black with #61AB7A

Text Example


Text Example

White with #61AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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