Html Css Color HEX #61AB7B Oxley

📋 copy color: '#61AB7B'

red 97 ◦ green 171 ◦ blue 123

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

Shades of Oxley #61AB7B

Tints of Oxley #61AB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 24.81%
G = 43.73%
B = 31.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#61AB7B (or 0x61AB7B) is known color: Oxley. HEX triplet: 61, AB and 7B. RGB value is (97,171,123). Sum of RGB (Red+Green+Blue) = 97+171+123=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AB7B is #9E5484. Grayscale: #8F8F8F. Windows color (decimal): -10376325 or 8104801. OLE color: 8104801.

HSL color Cylindrical-coordinate representation of color #61AB7B: hue angle of 141.08º 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 #61AB7B is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 171 123 -
CMYK 0.43 0 0.28 0.33
HSL 141.08º 0.31% 0.53% -
HSV(B) 141.08º 0.43% 0.67% -
XYZ 23.07 33.1 23.91 -
YUV 143.4 116.48 94.9 -
System Red Green Blue C M Y K H S L
Decimal 97 171 123 0.43 0 0.28 0.33 141.08 0.31 0.53
Hex 61 AB 7B 2B 0 1C 21 8D 1F 35
Octal 141 253 173 53 0 34 41 215 37 65
Binary 1100001 10101011 1111011 101011 0 11100 100001 10001101 11111 110101

Color Harmonies of #61AB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AB7B

Black with #61AB7B

Text Example


Text Example

White with #61AB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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