#61AB7F

Color #61AB7F Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #61AB7F

Tints of Ocean Green #61AB7F

Color information

#61AB7F (or 0x61AB7F) is unknown color: approx Ocean Green. HEX triplet: 61, AB and 7F. RGB value is (97,171,127). Sum of RGB (Red+Green+Blue) = 97+171+127=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AB7F is #9E5480. Grayscale: #8F8F8F. Windows color (decimal): -10376321 or 8366945. OLE color: 8366945.

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

Color convert

RGB97171127-
CMYK0.4300.260.33
HSL144.32º30.58%52.55%-
HSV(B)144.32º43.27%67.06%-
XYZ23.3233.225.26-
YUV143.86118.4894.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 171 (67.19% from 255) = 43.29%
BLUE value IS 127 (50% from 255) = 32.15%
R=24.56%
G=43.29%
B=32.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971711270.4300.260.33144.3230.5852.55
Hex61AB7F2B01A21901f35
Octal14125317753032412203765
Binary11000011010101111111111010110110101000011001000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61AB7F;
 }
 .AnyTagClassName
 {
   color: #61AB7F;
 }
</style>
background-color css

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

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

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

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

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

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